This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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