indexeddb
Toggle table of contents
js
Platform filter
js
Switch theme
Search in API
indexeddb
external
/
com.juul.indexeddb.external
/
IDBObjectStore
/
add
add
abstract
fun
add
(
value
:
dynamic
)
:
IDBRequest
<
dynamic
>
abstract
fun
add
(
value
:
dynamic
,
key
:
dynamic
)
:
IDBRequest
<
dynamic
>