toggle menu
browser
0.0.4
js
switch theme
search in API
browser
/
keyval
/
IDBObjectStore
IDBObject
Store
external
interface
IDBObjectStore
Members
Properties
transaction
Link copied to clipboard
abstract
val
transaction
:
IDBTransaction
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
:
IDBRequest
<
Any
>
delete
Link copied to clipboard
abstract
fun
delete
(
key
:
String
)
:
IDBRequest
<
Any
>
get
Link copied to clipboard
abstract
fun
get
(
key
:
String
)
:
IDBRequest
<
Any
>
get
All
Link copied to clipboard
abstract
fun
getAll
(
)
:
IDBRequest
<
Array
<
Any
>
>
get
All
Keys
Link copied to clipboard
abstract
fun
getAllKeys
(
)
:
IDBRequest
<
Array
<
String
>
>
open
Cursor
Link copied to clipboard
abstract
fun
openCursor
(
)
:
IDBRequest
<
IDBCursorWithValue
>
put
Link copied to clipboard
abstract
fun
put
(
value
:
Any
,
key
:
String
)
:
IDBRequest
<
Any
>