1 2 3 4 5
(new BroadcastChannel('foobar')).onmessage = function(event) { event.target.postMessage(event.data); } postMessage("READY");