XhrResponse

XhrResponse ⇐ BusinessModel

Kind: global class
Extends: BusinessModel
Model:
Properties

NameTypeDescription
dataObject
responseObject | Array

the request response

headersObject

the request headers

statusNumber

the request status

statusTextString

the request status

fromCacheBoolean

true if the request response is in cache

urlString

associated request url

XhrResponse()

A XhrResponse is a Model holding replied fields from an Ajax XHR request.