assuncaocharles / react-indexed-db

A service that wraps IndexedDB database in an Declarative way. It exposes very simple promises API to enable the usage of IndexedDB without most of it plumbing.
MIT License
111 stars 38 forks source link

Add support for the "direction" parameter #70

Open erdbeere opened 9 months ago

erdbeere commented 9 months ago

openCursor() has an optional parameter "direction" which decides the order of the returned items.

https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/openCursor