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.

value

Property of apis/indexeddb/IDBCursorWithValueapis/indexeddb/IDBCursorWithValue

Syntax

Note: This property is read-only.

var result = element.value;

Notes

Remarks

If the result is an object, the object remains the same until the cursor iterates to a new record. Changes to the results of the value property are visible to the object variable, but are not saved in the underlying object store.

Syntax

Standards information

Attributions