-
Notifications
You must be signed in to change notification settings - Fork 161
Improve precision of IDB API and add tests #569
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
Conversation
wait up i'll rebase |
a25e5b7
to
1023e0c
Compare
Ok cool, rebased, tweaked, and ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks pretty awesome, adding type parameters to this API is obviously a big win. Most just questions since I'm not so familiar with IDB.
Acording to https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getAll#parameters the max count is 2^32
* Stop using js.Any in IDB * Replace all uses of Any with something more specific * Improve type safety of various methods * Add missing API * Add more ScalaDoc * Change constants to match the JS names
Ok @armanbilge I've updated this again, and addressed all the feedback. You can read the expanded commit messages for the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your massive efforts on this!! Learned a lot too.
Awesome! Thanks for the lengthy review too |
No description provided.