Open vinceprofeta opened 1 year ago
Struggling to send a message from an iframe that I load from a url. I saw that the internals are calling window.postMessage but could it call parent.postMessage or allow it to be configured?
Looks like right now, you have to send message to parent and then forward this message to background js.
Struggling to send a message from an iframe that I load from a url. I saw that the internals are calling window.postMessage but could it call parent.postMessage or allow it to be configured?