tor-browser

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

request.html (239B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <script src="/common/utils.js"></script>
      4 <script>
      5  // Cycle collection test for a case where the Request object is alive and accessible globally.
      6  var req = new Request(`/`);
      7  fetch(req)
      8 </script>