tor-browser

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

remote-executor-worker.js (200B)


      1 importScripts('./dispatcher.js');
      2 
      3 const params = new URLSearchParams(location.search);
      4 const uuid = params.get('uuid');
      5 const executor = new Executor(uuid);  // `execute()` is called in constructor.