tor-browser

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

bug-1777972.js (123B)


      1 let a = parseModule(`throw new Error`);
      2 moduleLink(a);
      3 moduleEvaluate(a).catch(e => {});
      4 moduleEvaluate(a).catch(e => {});