branchseer / DeskGap

A cross-platform desktop app framework based on Node.js and the system webview
https://deskgap.com/
MIT License
1.83k stars 75 forks source link

Can't fetch data in js script #72

Open iamrenaud opened 3 years ago

iamrenaud commented 3 years ago

My code

      fetch("endpoint",
        {
          method: "get"
        }
        ).then((res) => console.log(res))
        .catch((err) => console.log(error));

Getting TypeError: failed to fetch