summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/lifecycle/resources/subframe_worker2.js
blob: 32d2741331e5cfed0c4492a55b2b7085d2c52603 (plain)
1
2
3
4
5
var bc = new BroadcastChannel('subworker_channel');

setInterval(() => {
  bc.postMessage('subworker2');
}, 10);