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