RequestErrorEvent
constructor(statusCode: Int = definedExternally, response: JsAny = definedExternally, responseHeaders: JsAny? = definedExternally)(source)
Parameters
responseHeaders
The response headers, represented either as an object literal or as a string in the format returned by XMLHttpRequest's getAllResponseHeaders() function.