RequestErrorEvent
external class RequestErrorEvent(var statusCode: Int = definedExternally, var response: ERROR CLASS: Symbol not found for JsAny = definedExternally, responseHeaders: ERROR CLASS: Symbol not found for JsAny?? = definedExternally)(source)
An event that is raised when a request encounters an error.
Parameters
responseHeaders
The response headers, represented either as an object literal or as a string in the format returned by XMLHttpRequest's getAllResponseHeaders() function.
See also
Constructors
Link copied to clipboard
constructor(statusCode: Int = definedExternally, response: ERROR CLASS: Symbol not found for JsAny = definedExternally, responseHeaders: ERROR CLASS: Symbol not found for JsAny?? = definedExternally)