transaction.STORE.getKey() - cieszynski/dberta.js GitHub Wiki
TRANSACTION.STORE.getKey(keyOrKeyRange)
keyOrKeyRange
A Promise that resolves to the key for the first record matching the given key or key range.
This method conveniently wraps the getKey()
method of the IDBObjectStore interface.
TransactionInactiveError
(from IDBObjectStore)
DataError
(from IDBObjectStore)
InvalidStateError
(from IDBObjectStore)