toggle menu
indexeddb
js
switch theme
search in API
external
/
com.juul.indexeddb.external
/
IDBOpenDBRequest
IDBOpen
DBRequest
external
class
IDBOpenDBRequest
:
IDBRequest
<
IDBDatabase
>
https://developer.mozilla.org/en-US/docs/Web/API/IDBOpenDBRequest
Members
Constructors
IDBOpen
DBRequest
Link copied to clipboard
constructor
(
)
Properties
error
Link copied to clipboard
val
error
:
Throwable
?
onblocked
Link copied to clipboard
var
onblocked
:
(
Event
)
->
Unit
onerror
Link copied to clipboard
var
onerror
:
(
Event
)
->
Unit
onsuccess
Link copied to clipboard
var
onsuccess
:
(
Event
)
->
Unit
onupgradeneeded
Link copied to clipboard
var
onupgradeneeded
:
(
IDBVersionChangeEvent
)
->
Unit
result
Link copied to clipboard
val
result
:
IDBDatabase
transaction
Link copied to clipboard
val
transaction
:
IDBTransaction
?
Functions
add
Event
Listener
Link copied to clipboard
fun
addEventListener
(
type
:
String
,
callback
:
(
Event
)
->
Unit
?
,
options
:
dynamic
)
fun
addEventListener
(
type
:
String
,
callback
:
EventListener
?
,
options
:
dynamic
)
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
remove
Event
Listener
Link copied to clipboard
fun
removeEventListener
(
type
:
String
,
callback
:
(
Event
)
->
Unit
?
,
options
:
dynamic
)
fun
removeEventListener
(
type
:
String
,
callback
:
EventListener
?
,
options
:
dynamic
)