value property

JSAny? get value

The value read-only property of the IDBCursorWithValue interface returns the value of the current cursor, whatever that is.

Implementation

external JSAny? get value;