tor-browser

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

bug1969375.js (111B)


      1 ignoreUnhandledRejections();
      2 function f() {
      3  drainJobQueue();
      4  WebAssembly.compileStreaming();
      5 }
      6 oomTest(f);