Rewrite: ignore m.request deserialize option if extract is passed

This commit is contained in:
Patrik Johnson 2016-08-04 19:19:12 +03:00
parent 0d1c1a3f16
commit 88e7cf5454
4 changed files with 43 additions and 4 deletions

View file

@ -330,3 +330,5 @@ m.prop.merge([
console.log("Contributors:", users[0].name, "and", users[1].name);
});
```
Additionally, if the `extract` option is passed to `m.request` the return value of the provided function will be passed to the [m.prop stream](prop.md) directly, and any `deserialize` callback is ignored.