update docs and change log

This commit is contained in:
Leo Horie 2015-02-12 22:15:42 -05:00
parent 105a936a06
commit 8ac72911a8
2 changed files with 20 additions and 2 deletions

View file

@ -507,7 +507,7 @@ where:
The value that populates the returned getter-setter before the request completes. This is useful when using the `background` option, in order to avoid the need for null checks in views that may be attempting to access the returned getter-setter before the asynchronous request resolves.
- **any unwrapSuccess(any data)** (optional)
- **any unwrapSuccess(any data, XMLHttpRequest xhr)** (optional)
A preprocessor function to unwrap the data from a success response in case the response contains metadata wrapping the data.
@ -523,7 +523,7 @@ where:
The unwrapped data
- **any unwrapError(any data)** (optional)
- **any unwrapError(any data, XMLHttpRequest xhr)** (optional)
A preprocessor function to unwrap the data from an error response in case the response contains metadata wrapping the data.