obs 24

  1. JayP33

    Question / Help OBS-Browser in v24 breaks local JS fetches

    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...
Top