webext-bridge
webext-bridge copied to clipboard
Window post message within an iframe. use parent.postMessage?
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.