IndexedDbWriteOperation

class IndexedDbWriteOperation(val objectStoreName: String, val operation: suspend WriteTransaction.(ObjectStore) -> Unit)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val operation: suspend WriteTransaction.(ObjectStore) -> Unit