IndexedDbWriteOperation

class IndexedDbWriteOperation(val objectStoreName: String, val operation: suspend WrappedTransaction.(WrappedObjectStore) -> Unit)

Constructors

Link copied to clipboard
constructor(objectStoreName: String, operation: suspend WrappedTransaction.(WrappedObjectStore) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val operation: suspend WrappedTransaction.(WrappedObjectStore) -> Unit