docs about extract

This commit is contained in:
Leo Horie 2014-04-20 20:01:06 -04:00
parent bb54a3b675
commit f589a33842
9 changed files with 34 additions and 2 deletions

View file

@ -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)