toggle menu
indexeddb
js
switch theme
search in API
external
/
com.juul.indexeddb.external
/
IDBCursor
IDBCursor
external
interface
IDBCursor
https://developer.mozilla.org/en-US/docs/Web/API/IDBCursor
Inheritors
IDBCursorWithValue
Members
Properties
key
Link copied to clipboard
abstract
val
key
:
dynamic
primary
Key
Link copied to clipboard
abstract
val
primaryKey
:
dynamic
Functions
advance
Link copied to clipboard
abstract
fun
advance
(
count
:
Int
)
continue
Link copied to clipboard
abstract
fun
continue
(
)
abstract
fun
continue
(
key
:
dynamic
)
continue
Primary
Key
Link copied to clipboard
abstract
fun
continuePrimaryKey
(
key
:
dynamic
,
primaryKey
:
dynamic
)