tor-browser

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

evalInWorker-interrupt.js (118B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 evalInWorker("setInterruptCallback(function() {}); timeout(1000);");