You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is similar to the http and https modules of Node.js but uses Chromium's native networking library instead of the Node.js implementation, offering better support for web proxies. It also supports checking network status.
Should be pretty easy to implement by just using the net has __protocol handler in __initProtocol when in Electron
The text was updated successfully, but these errors were encountered:
Can we have support for the native
net.request
in Electron? See https://www.electronjs.org/docs/latest/api/netIt is similar to the http and https modules of Node.js but uses Chromium's native networking library instead of the Node.js implementation, offering better support for web proxies. It also supports checking network status.
Should be pretty easy to implement by just using the
net
has __protocol handler in __initProtocol when in ElectronThe text was updated successfully, but these errors were encountered: