secure-ls
secure-ls copied to clipboard
Not working with Microsoft Edge
While encrypting the local storage using secure-ls, its running fine in Chrome, Firefox but the entire app is not showing when running with Edge.
Can someone please own this up? I don't have Windows laptop to test this out and make it work.
@rhythm010 Any specific errors on the console?
I checked it right now with Edge (42.17134.1.0, Microsoft EdgeHTML 17.17134) Works just fine with the example provide in the repo (I used browser-sync to create a local server)
Edge has a problem with localStorage usage when opening a html file directly, see here: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8816771/
So was this a real issue or just an issue when viewing an example site?
This may need to be revisited using the latest Edge, since it's based on Chromium, which also powers Chrome.