toggle menu
indexeddb
js
switch theme
search in API
external
/
com.juul.indexeddb.external
/
IDBTransaction
IDBTransaction
external
class
IDBTransaction
:
EventTarget
https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction
Members
Constructors
IDBTransaction
Link copied to clipboard
constructor
(
)
Properties
db
Link copied to clipboard
val
db
:
IDBDatabase
error
Link copied to clipboard
val
error
:
Throwable
?
object
Store
Names
Link copied to clipboard
val
objectStoreNames
:
Array
<
String
>
onabort
Link copied to clipboard
var
onabort
:
(
Event
)
->
Unit
oncomplete
Link copied to clipboard
var
oncomplete
:
(
Event
)
->
Unit
onerror
Link copied to clipboard
var
onerror
:
(
Event
)
->
Unit
Functions
abort
Link copied to clipboard
fun
abort
(
)
add
Event
Listener
Link copied to clipboard
fun
addEventListener
(
type
:
String
,
callback
:
(
Event
)
->
Unit
?
,
options
:
dynamic
)
fun
addEventListener
(
type
:
String
,
callback
:
EventListener
?
,
options
:
dynamic
)
commit
Link copied to clipboard
fun
commit
(
)
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
object
Store
Link copied to clipboard
fun
objectStore
(
name
:
String
)
:
IDBObjectStore
remove
Event
Listener
Link copied to clipboard
fun
removeEventListener
(
type
:
String
,
callback
:
(
Event
)
->
Unit
?
,
options
:
dynamic
)
fun
removeEventListener
(
type
:
String
,
callback
:
EventListener
?
,
options
:
dynamic
)