-
-
Notifications
You must be signed in to change notification settings - Fork 641
Collection.eachKey()
David Fahlander edited this page Mar 28, 2014
·
4 revisions
collection.eachKey(callback)
callback: Function | function (key, cursor) { } |
key: Object | Found key |
cursor: IDBCursor | The cursor of the object being iterated. |
When iteration finish, returned Promise will resolve with undefined, calling any Promise.then() callback.
If operation fails, returned promise will reject, calling any Promise.catch() callback.
Dexie.js - minimalistic and bullet proof indexedDB library