Can we call wix-http-functions in local environment by URL?

I assume HTTP functions work fine if called in code, but can we load them outside of Electron so we can use tools of our choice to parse the output?

What are you doing with Electron? Wix does not support Electron.

Sorry, the Electron app is the Wix Website Editor, or Local Editor. I assume I could create a textarea and fill that with the result of HTTP functions, but I’d prefer to actually load them over HTTP from other programs if possible.