feat: Add support for timeout to m.request (#1966)

This commit is contained in:
Stephan Hoyer 2017-11-14 23:47:02 +01:00 committed by Pat Cavit
parent a382c85eb0
commit d50d53f31d
4 changed files with 18 additions and 0 deletions

View file

@ -27,6 +27,7 @@
- API: Introduction of `m.redraw.sync()` ([#1592](https://github.com/MithrilJS/mithril.js/pull/1592))
- API: Event handlers may also be objects with `handleEvent` methods ([#1939](https://github.com/MithrilJS/mithril.js/issues/1939)).
- API: `m.route.link` accepts an optional `options` object ([#1930](https://github.com/MithrilJS/mithril.js/pull/1930))
- API: `m.request` supports `timeout` as attr - ([#1966](https://github.com/MithrilJS/mithril.js/pull/1966))
#### Ospec improvements: