tor-browser

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

worker_delivering.js (123B)


      1 fetch("delivering.sjs?task=header&worker=true")
      2  .then(r => r.text())
      3  .then(() => {
      4    postMessage("All good!");
      5  });