You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, you might use it as a workaround till it's clear why the Message manager doesn't work (I recall I had some issues and it might be that the event listener is appended too late/soon or something like that).
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
andmyPanel.html
respectively does not work:Do I need to send messages by using a DOM element as a proxy?
The text was updated successfully, but these errors were encountered: