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

localStorage broken in IE/Edge on Windows 10 #53

Open
tejacques opened this issue Jan 7, 2016 · 2 comments
Open

localStorage broken in IE/Edge on Windows 10 #53

tejacques opened this issue Jan 7, 2016 · 2 comments

Comments

@tejacques
Copy link
Owner

localStorage currently has several issues and is not reliable in IE/Edge on Windows 8 and 10. Microsoft will need to fix this before localStorage can be used reliably. There might be an alternative to use with IndexedDB and polling, but it's not as performant.

@houd1ni
Copy link

houd1ni commented Mar 2, 2016

Wanted to say "are you kidding?!", but cannot figure out other options :/
Will be thinking of localStorage shim for it today, perhaps will make some shim.
And it's here without any remarks: http://caniuse.com/#search=localstorage

@houd1ni
Copy link

houd1ni commented Mar 2, 2016

I've made it, because faced the same trouble with EDGE:
https://github.com/houd1ni/localStorage-by-IndexedDB-shim
Try it out 😺

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

No branches or pull requests

2 participants