This property provides the result value from a
DOMRequest
操作。
var result = request.result;
Where
request
是
DOMRequest
对象。
The returned value is a JavaScript object representing the operation's result.
Not part of any current specification.
Supported in Firefox 13.
Available in workers in Firefox 41.