xuset / idb-kv-store

Persistent key-value store for web browsers backed by IndexedDB
MIT License
36 stars 11 forks source link

Add support for IDBKeyRange #2

Closed xuset closed 7 years ago

xuset commented 7 years ago

Some methods like openCursor() and count() support passing in a key range. The user should be able to specify their key range and pass it in to these functions.