toggle menu
indexeddb
js
switch theme
search in API
external
/
com.juul.indexeddb.external
/
IDBCursorWithValue
IDBCursor
With
Value
external
interface
IDBCursorWithValue
:
IDBCursor
https://developer.mozilla.org/en-US/docs/Web/API/IDBCursorWithValue
Members
Properties
key
Link copied to clipboard
abstract
val
key
:
dynamic
primary
Key
Link copied to clipboard
abstract
val
primaryKey
:
dynamic
value
Link copied to clipboard
abstract
val
value
:
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
)
delete
Link copied to clipboard
abstract
fun
delete
(
)
:
IDBRequest
<
dynamic
>
update
Link copied to clipboard
abstract
fun
update
(
value
:
dynamic
)
:
IDBRequest
<
dynamic
>