-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I am using https://github.com/firebug/devtools-extension-examples/tree/master/MessageManager
I am trying to get messages from chrome scope in scripts loaded into the myPanel.html
page.
So I am receiving messages in the frame-script.js
but how do I now pass these onto the HTML page?
Using following in frame-script.js
and myPanel.html
respectively does not work:
content.postMessage(data, "*");
window.addEventListener("message", messageListener, false);
Do I need to send messages by using a DOM element as a proxy?
Metadata
Metadata
Assignees
Labels
No labels