Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend indexeddb cursor to query with direction #1643

Closed
borngraced opened this issue Feb 2, 2023 · 1 comment
Closed

extend indexeddb cursor to query with direction #1643

borngraced opened this issue Feb 2, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@borngraced
Copy link
Member

Adding this functionality allow the ability to query the min/max or first/last index from indexeddb.

Some resources:
https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/openCursor
openCursor(query, direction)

cc. @sergeyboyko0791

@borngraced
Copy link
Member Author

resolved: #1678

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants