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