trixnity-client-repository-indexeddb
Toggle table of contents
4.16.4
js
Platform filter
js
Switch theme
Search in API
trixnity-client-repository-indexeddb
trixnity-client-repository-indexeddb
/
net.folivo.trixnity.client.store.repository.indexeddb
/
IndexedDBWriteTransaction
/
addOperation
add
Operation
suspend
fun
addOperation
(
objectStoreName
:
String
,
operation
:
suspend
WriteTransaction
.
(
ObjectStore
)
->
Unit
)