tor-browser

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

worker.js (166B)


      1 // Dummy service worker to observe some weight when querying the storage usage
      2 // details from of the service worker from estimate().
      3 globalThis.oninstall = e => {};