tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

subframe_worker2.js (113B)


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