This property can contain error information in a
DOMError
对象。
var errorname = request.error.name;
Where
request
是
DOMRequest
object. This gets the name of the error. See
DOMError
for the error types.
Not part of any current specification.
Supported in Firefox 13.
Available in workers in Firefox 41.