Title here
Summary here
BusinessModelKind: global class
Extends: BusinessModel
Model:
Properties
| Name | Type | Description |
|---|---|---|
| data | Object | |
| response | Object | Array | the request response |
| headers | Object | the request headers |
| status | Number | the request status |
| statusText | String | the request status |
| fromCache | Boolean | true if the request response is in cache |
| url | String | associated request url |
A XhrResponse is a Model holding replied fields from an Ajax XHR request.