1 2 3
const bc = new BroadcastChannel("hello test"); bc.postMessage("hello from worker"); bc.close();