Reverting docs
This commit is contained in:
parent
12aa447755
commit
f75426c8e4
1 changed files with 0 additions and 2 deletions
|
|
@ -458,8 +458,6 @@ where:
|
||||||
.then(m.redraw); //force redraw
|
.then(m.redraw); //force redraw
|
||||||
```
|
```
|
||||||
|
|
||||||
The return value of a background `m.request` should not be exposed to controllers or views, since without the blocking effect of redraw-blocking effect of `m.startComputation` it is liable to be invoked before it resolves, which can lead to runtime errors.
|
|
||||||
|
|
||||||
- **any unwrapSuccess(any data)** (optional)
|
- **any unwrapSuccess(any data)** (optional)
|
||||||
|
|
||||||
A preprocessor function to unwrap the data from a success response in case the response contains metadata wrapping the data.
|
A preprocessor function to unwrap the data from a success response in case the response contains metadata wrapping the data.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue