fix m.request options signature
This commit is contained in:
parent
550fe9871a
commit
1653031747
2 changed files with 3 additions and 2 deletions
|
|
@ -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