This property provides the result value from a DOMRequest
operation.
Note: This feature is available in Web Workers.
Syntax
var result = request.result;
Where request is a DOMRequest
object.
Return value
The returned value is a JavaScript object representing the operation's result.
Specifications
Not part of any current specification.