result
Summary
Returns the result of the request. If the the request failed and the result is not available, the DOMException InvalidStateError exception is thrown.
Property of apis/indexeddb/IDBRequestapis/indexeddb/IDBRequest
Syntax
Note: This property is read-only.
var result = element.result;
Notes
Remarks
The value of that result property depends on the original request. For example, if the original request opened a database, the value of the result property would be an IDBDatabase object.
Syntax
Standards information
Attributions
Mozilla Developer Network : Article
Microsoft Developer Network: [Windows Internet Explorer API reference Article]