Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.idb
/
IDBObjectStore
/
clear
clear
fun
clear
(
)
:
IDBRequest
<
Void
>
(
source
)
Deletes all records in store.
If successful, request's result will be undefined.
MDN Reference