tor-browser

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

fetch.js (84B)


      1 const doc = "doc-xhr.html";
      2 
      3 function main(url) {
      4  fetch(url).then(console.log);
      5 }