tor-browser

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

bug-1298776.js (113B)


      1 ignoreUnhandledRejections();
      2 
      3 if (typeof oomTest === 'function')
      4    oomTest(Function(`new Promise(res=>res)`));