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

.has() and .keys() not working in IE/Edge #69

Closed
cyrilletuzi opened this issue Jan 7, 2019 · 1 comment
Closed

.has() and .keys() not working in IE/Edge #69

cyrilletuzi opened this issue Jan 7, 2019 · 1 comment
Assignees
Labels

Comments

@cyrilletuzi
Copy link
Owner

Internet Explorer and Edge are missing some new methods from indexedDb standard v2, like getKey() ans getKeys(), resulting in the new methods has() and keys() (introduced in v7.2) failing in these browsers.

It could be achieve in an old-school way, I'll investigate this later (for now, just don't use these 2 minor methods if you need to support those browsers).

@cyrilletuzi
Copy link
Owner Author

Fixed in v7.4.

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

No branches or pull requests

1 participant