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

Edge and IE don't support IndexedDB in web workers #2292

Closed
petkaantonov opened this issue Feb 9, 2016 · 2 comments
Closed

Edge and IE don't support IndexedDB in web workers #2292

petkaantonov opened this issue Feb 9, 2016 · 2 comments

Comments

@petkaantonov
Copy link

https://connect.microsoft.com/IE/feedbackdetail/view/866495

Additionally, given how much IndexedDB blocks (despite being async), it can be unacceptable to run in main thread. So web worker support is not something that should be made so hard to find, it is as critical as any other additional api like multi column keys or whatever IMO.

@Schweinepriester
Copy link
Contributor

I believe this issue for https://caniuse.com/indexeddb has been made obsolete by

  • IE & Edge Legacy (using EdgeHTML) being marked partial already for various reasons
  • Edge covered in known issues: "Microsoft Edge does not support IndexedDB inside blob web workers. See issue."
  • IE & Edge Legacy being dead
  • Time

Hence I believe this issue can be closed.

@Fyrd
Copy link
Owner

Fyrd commented Sep 23, 2022

Closing as per last comment.

@Fyrd Fyrd closed this as not planned Won't fix, can't repro, duplicate, stale Sep 23, 2022
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

3 participants