trixnity-client-repository-indexeddb
Toggle table of contents
4.16.9
js
Platform filter
js
Switch theme
Search in API
trixnity-client-repository-indexeddb
trixnity-client-repository-indexeddb
/
net.folivo.trixnity.client.store.repository.indexeddb
/
IndexedDbWriteOperation
Indexed
Db
Write
Operation
class
IndexedDbWriteOperation
(
val
objectStoreName
:
String
,
val
operation
:
suspend
WriteTransaction
.
(
ObjectStore
)
->
Unit
)
Members
Constructors
Indexed
Db
Write
Operation
Link copied to clipboard
constructor
(
objectStoreName
:
String
,
operation
:
suspend
WriteTransaction
.
(
ObjectStore
)
->
Unit
)
Properties
object
Store
Name
Link copied to clipboard
val
objectStoreName
:
String
operation
Link copied to clipboard
val
operation
:
suspend
WriteTransaction
.
(
ObjectStore
)
->
Unit