Monkey patch Broadcast Channel to send messages to current context
Essentially what I want to do is be able to connect to
So if my pretty little drawing helps:
new BroadcastChannel("test_channel"); which I in the same context want to post messages to and still be able to recieve them.So if my pretty little drawing helps:
