tor-browser

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

call_throws.js (120B)


      1 function workerMethod() {
      2  console.log("workerMethod about to throw...");
      3  throw new Error("Method-Throw-Payload");
      4 }