Rewrite: ignore m.request deserialize option if extract is passed
This commit is contained in:
parent
0d1c1a3f16
commit
88e7cf5454
4 changed files with 43 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue