MGOwen
0
Q:

javascript async fetch file html

async function () {
element.innerHTML = await (await fetch('./filetofetch.html')).text();
}
1

New to Communities?

Join the community