tor-browser

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

xmlhttprequest-timeout-simple.js (354B)


      1 if (this.document === undefined)
      2  importScripts("xmlhttprequest-timeout.js");
      3 
      4 runTestRequests([ ["RequestTracker", true, "no time out scheduled, load fires normally", 0],
      5                  ["RequestTracker", true, "load fires normally", TIME_NORMAL_LOAD],
      6                  ["RequestTracker", true, "timeout hit before load", TIME_REGULAR_TIMEOUT] ]);