ngx-indexed-db
ngx-indexed-db copied to clipboard
Support cursor direction
It would be very useful if cursor direction was supported (for example to retrieve the last item of an index).
store.openCursor(query, [direction]);