javaScript async fetch файл html

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