tor-browser

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

worker-exception.js (66B)


      1 self.onmessage = () => {
      2  throw new Error("OH NO!");
      3 }
      4 nofunc();