toggle menu
indexeddb
js
switch theme
search in API
external
/
com.juul.indexeddb.external
/
IDBRequest
IDBRequest
open
external
class
IDBRequest
<
T
>
:
EventTarget
https://developer.mozilla.org/en-US/docs/Web/API/IDBRequest
Inheritors
IDBOpenDBRequest
Members
Constructors
IDBRequest
Link copied to clipboard
constructor
(
)
Properties
error
Link copied to clipboard
val
error
:
Throwable
?
onerror
Link copied to clipboard
var
onerror
:
(
Event
)
->
Unit
onsuccess
Link copied to clipboard
var
onsuccess
:
(
Event
)
->
Unit
result
Link copied to clipboard
val
result
:
T
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
)