I'm using Microsoft Edge in localhost for development.
Website is accessed via http://localhost
I open a popup and want it to post a message to the opener via window.opener.postMessage
My code works with Chrome, and Safari, and even Microsoft Edge when the website is on staging or production.
But when I run in in local mode, the window.opener
is undefined.