tor-browser

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

004.js (143B)


      1 var i = 0;
      2 onconnect = function (e) {
      3  i++;
      4  setTimeout(function() { e.ports[0].postMessage(i); }, 250);
      5  y(); // will "report the error"
      6 }