This property can contain error information in a DOMError
object.
Note: This feature is available in Web Workers.
Syntax
var errorname = request.error.name;
Where request is a DOMRequest
object. This gets the name of the error. See DOMError
for the error types.
Specifications
Not part of any current specification.
Browser compatibility
Supported in Firefox 13.
Available in workers in Firefox 41.