transaction.STORE.delete() - cieszynski/dberta.js GitHub Wiki
TRANSACTION.STORE.delete(keyOrKeyRange)
keyOrKeyRange
A Promise that resolves to undefined
.
This method conveniently wraps the delete()
method of the IDBObjectStore interface.
TransactionInactiveError
(from IDBObjectStore)
ReadOnlyError
(from IDBObjectStore)
InvalidStateError
(from IDBObjectStore)
DataError
(from IDBObjectStore)