docs: Update request.md (#1851)
This commit is contained in:
parent
085f5642be
commit
dfcbc8e2b3
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ m.request({
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
A call to `m.request` return a [promise](promise.md) and trigger a redraw upon completion of its promise chain.
|
A call to `m.request` returns a [promise](promise.md) and triggers a redraw upon completion of its promise chain.
|
||||||
|
|
||||||
By default, `m.request` assumes the response is in JSON format and parses it into a Javascript object (or array).
|
By default, `m.request` assumes the response is in JSON format and parses it into a Javascript object (or array).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue