transaction.STORE.getAllKeys() - cieszynski/dberta.js GitHub Wiki
TRANSACTION.STORE.getAllKeys([keyRange[, limit]])
keyOrKeyRange
limit
A Promise that resolves to an Array
of the keys for all records matching the given query, up to the value of limit
, if limit
was supplied.
This method conveniently wraps the getAllKeys()
method of the IDBObjectStore interface.
TransactionInactiveError
(from IDBObjectStore)
DataError
(from IDBObjectStore)
InvalidStateError
(from IDBObjectStore)