trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
web
Target filter
web
Switch theme
Search in API
Skip to content
trixnity
trixnity-client-repository-indexeddb
/
de.connect2x.trixnity.client.store.repository.indexeddb
/
IndexedDBRepositoryTransactionManager
Indexed
DBRepository
Transaction
Manager
class
IndexedDBRepositoryTransactionManager
(
database
:
IDBDatabase
,
allObjectStores
:
Array
<
String
>
,
testMode
:
Boolean
=
false
)
:
RepositoryTransactionManager
Members
Constructors
Indexed
DBRepository
Transaction
Manager
Link copied to clipboard
constructor
(
database
:
IDBDatabase
,
allObjectStores
:
Array
<
String
>
,
testMode
:
Boolean
=
false
)
Functions
read
Transaction
Link copied to clipboard
open
suspend override
fun
<
T
>
readTransaction
(
block
:
suspend
(
)
->
T
)
:
T
write
Transaction
Link copied to clipboard
open
suspend override
fun
writeTransaction
(
block
:
suspend
(
)
->
Unit
)