1 2 3 4 5
new BroadcastChannel("intercom").onmessage = function (e) { this.postMessage(e.data); }; self.postMessage("go");