IndexedDBWriteTransaction
class IndexedDBWriteTransaction(val database: IDBDatabase, val testMode: Boolean) : CoroutineContext.Element
Properties
Functions
Link copied to clipboard
suspend fun addOperation(objectStoreName: String, operation: suspend WrappedTransaction.(WrappedObjectStore) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard