crosstab
crosstab copied to clipboard
localStorage broken in IE/Edge on Windows 10
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.
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
I've made it, because faced the same trouble with EDGE: https://github.com/houd1ni/localStorage-by-IndexedDB-shim Try it out :smiley_cat: