await fetch()

in sae-viewer/src/interpAPI.ts [24:30]


    await fetch(path, {
      method: "GET",
      mode: "cors",
      headers: {
        "Content-Type": "application/json",
      },
    })