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
/
IndexedDBReadTransaction
Indexed
DBRead
Transaction
class
IndexedDBReadTransaction
(
val
database
:
IDBDatabase
)
:
CoroutineContext.Element
Members
Constructors
Indexed
DBRead
Transaction
Link copied to clipboard
constructor
(
database
:
IDBDatabase
)
Types
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
IndexedDBReadTransaction
>
Properties
database
Link copied to clipboard
val
database
:
IDBDatabase
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
*
>
Functions
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext