docs about extract
This commit is contained in:
parent
bb54a3b675
commit
f589a33842
9 changed files with 34 additions and 2 deletions
|
|
@ -371,7 +371,7 @@ where:
|
|||
|
||||
Method to use to extract the data from the raw XMLHttpRequest. This is useful when the relevant data is either in a response header or the status field.
|
||||
|
||||
If this parameter is falsy, `xhr.responseText` will be used.
|
||||
If this parameter is falsy, the default value is `function(xhr, options) {return xhr.responseText}`.
|
||||
|
||||
- **void type(Object<any> data)** (optional)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue