ngx-indexed-db icon indicating copy to clipboard operation
ngx-indexed-db copied to clipboard

Support cursor direction

Open ClemAnto opened this issue 2 years ago • 0 comments

It would be very useful if cursor direction was supported (for example to retrieve the last item of an index).

store.openCursor(query, [direction]);

ClemAnto avatar Sep 27 '22 22:09 ClemAnto