Indexed DBWrite Transaction
class IndexedDBWriteTransaction(val database: Database, val testMode: Boolean) : CoroutineContext.Element
Properties
Functions
Link copied to clipboard
suspend fun addOperation(objectStoreName: String, operation: suspend WriteTransaction.(ObjectStore) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard