Version
6.0.1
Current Behavior
A onMessage listener in the window context currently only reacts to messages from content-script. Messages from Background or Popup are never-resolving Promises.
Expected Behavior
Messages from Background or Popup to the window context should work.
Steps To Reproduce
- add setNamespace and a onMessage listener & on the window context
- add allowWindowMessaging and a send message to the content-script context -> the sendMessage resolves / works
- add a send message to the popup context -> the sendMessage never resolves / doesn´t work
Anything else?
No response
Version
6.0.1
Current Behavior
A onMessage listener in the window context currently only reacts to messages from content-script. Messages from Background or Popup are never-resolving Promises.
Expected Behavior
Messages from Background or Popup to the window context should work.
Steps To Reproduce
Anything else?
No response