I\'m working on a Web Application hosted in Azure. I\'ve tried it on MS Edge (build 20.10525.0.0) and got the following problem.
I have a link with target _blank to ope
I had the same problem with localStorage across multiple tabs - it would only work intermittently, or not at all. My solution was to switch to window.indexedDB (see docs on MDN) which works fine in IE10, IE11 and MS Edge (tested on Edge v20.10240).
window.indexedDB