axemclion / jquery-indexeddb

An IndexedDB Plugin for Jquery.
Other
195 stars 71 forks source link

Wish: getAll() #50

Closed jehon closed 7 years ago

jehon commented 10 years ago

As I wish, I wonder if it could be possible to have a "getAll()" and "getAllKeys()" on objecstores and indexes.

Theses functions would certainly use the ".each()" functions and build up the result. And of course it could be done like that in my code. Still, it would be great to have it inside the code.

jehon commented 7 years ago

Too old