I've been writing html pages for custom overlays that fetches the contents from local text files using JS fetch in a local file html.
async function interval() {
let var = await fetch('../TextFile.txt');
var = await var.text();
}
This was working fine until the latest version...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.