Liking cljdoc? Tell your friends :D
ClojureScript only.

web.storage.IDBCursorWithValue

The IDBCursorWithValue interface of the IndexedDB API represents cursor for traversing or iterating over multiple records in a It is the same as the web.storage.IDBCursor, except that it the value property.

The IDBCursorWithValue interface of the IndexedDB API represents
cursor for traversing or iterating over multiple records in a
It is the same as the `web.storage.IDBCursor`, except that it
the value property.
raw docstring

valuecljs

(value this)

Property.

[Read Only]

The value of the current cursor.

var value = myIDBCursorWithValue.value;

See also: https://developer.mozilla.org/en-US/docs/Web/API/IDBCursorWithValue/value

Property.

[Read Only]

The value of the current cursor.

`var value = myIDBCursorWithValue.value;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/IDBCursorWithValue/value`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close