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

getAll implementation is missing #232

Closed
nirgit opened this issue Dec 11, 2015 · 1 comment
Closed

getAll implementation is missing #232

nirgit opened this issue Dec 11, 2015 · 1 comment
Milestone

Comments

@nirgit
Copy link

nirgit commented Dec 11, 2015

Great job first of all.

Second, I did want to use the API getAll to retrieve all the "records" kept in the store, but saw
that it wasn't implemented. Any chance of seeing this soon?

Thanks a lot & keep up the good work

@brettz9 brettz9 added this to the 3.0.0 milestone Jan 1, 2017
@brettz9
Copy link
Collaborator

brettz9 commented Jan 5, 2017

Support has been added in master (along with the other missing APIs IDBObjectStore.getAllKeys, IDBObjectStore.getKey, IDBIndex.getAll/getAllKeys, IDBCursor.continuePrimaryKey).

However, I have not added any new tests for these, hoping as I may be able to, to get the full set of current W3C tests working again (and fully so). Feel free to open new issues with any particular bugs encountered.

Thanks for the report!

@brettz9 brettz9 closed this as completed Jan 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants