1 2 3 4 5
var bc = new BroadcastChannel('subworker_channel'); setInterval(() => { bc.postMessage('subworker2'); }, 10);