Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support net.request in Electron #117

Open
gpetrov opened this issue May 26, 2024 · 1 comment
Open

Support net.request in Electron #117

gpetrov opened this issue May 26, 2024 · 1 comment

Comments

@gpetrov
Copy link

gpetrov commented May 26, 2024

Can we have support for the native net.request in Electron? See https://www.electronjs.org/docs/latest/api/net

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

@hgouveia
Copy link
Owner

@gpetrov yeap it seems a drop in replacement so can be a good option, i will look into this thanks for the suggestion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants