trixnity-client-repository-indexeddb
Toggle table of contents
4.16.7
js
Platform filter
js
Switch theme
Search in API
trixnity-client-repository-indexeddb
trixnity-client-repository-indexeddb
/
net.folivo.trixnity.client.store.repository.indexeddb
/
IndexedDBReadTransaction
Indexed
DBRead
Transaction
class
IndexedDBReadTransaction
(
val
database
:
Database
)
:
CoroutineContext.Element
Members
Constructors
Indexed
DBRead
Transaction
Link copied to clipboard
constructor
(
database
:
Database
)
Types
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
IndexedDBReadTransaction
>
Properties
database
Link copied to clipboard
val
database
:
Database
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