crosstab icon indicating copy to clipboard operation
crosstab copied to clipboard

localStorage broken in IE/Edge on Windows 10

Open tejacques opened this issue 9 years ago • 2 comments

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.

tejacques avatar Jan 07 '16 20:01 tejacques

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 avatar Mar 02 '16 07:03 houd1ni

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

houd1ni avatar Mar 02 '16 21:03 houd1ni