Source code

Revision control

Copy as Markdown

Other Tools

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