tor-browser

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

ImportScripts.js (105B)


      1 try
      2 {
      3    importScripts("WorkerBasic.js");
      4 }
      5 catch(ex)
      6 {
      7    result = "Fail";
      8    postMessage(result);
      9 }