fix m.request options signature
This commit is contained in:
parent
550fe9871a
commit
1653031747
2 changed files with 3 additions and 2 deletions
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
- fix routing bug in IE9 [#320](https://github.com/lhorie/mithril.js/issues/320)
|
||||
- fix ordering bug in m.trust when using HTML entities [#453](https://github.com/lhorie/mithril.js/issues/453)
|
||||
- set promise's default value to initialValue if coming from m.request [#454](https://github.com/lhorie/mithril.js/issues/454)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -433,8 +433,8 @@ where:
|
|||
[Object<any> data,]
|
||||
[Boolean background,]
|
||||
[any initialValue,]
|
||||
[any unwrapSuccess(any data),]
|
||||
[any unwrapError(any data),]
|
||||
[any unwrapSuccess(any data, XMLHttpRequest xhr),]
|
||||
[any unwrapError(any data, XMLHttpRequest xhr),]
|
||||
[String serialize(any dataToSerialize),]
|
||||
[any deserialize(String dataToDeserialize),]
|
||||
[any extract(XMLHttpRequest xhr, XHROptions options),]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue