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
Microsoft Developer Network: [Windows Internet Explorer API reference Article]