Explore Electron.net API support in the utility process #192899
Labels
electron
Issues and items related to Electron
feature-request
Request for new features or functionality
network
Network related issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
It would provide us with the possibility of using chromium network stack which has better support for proxies directly from the utility process. Currently chromium transfers URLLoaderFactories to renderer process which allows blink to make network requests directly from the network service without having the need to go through the browser process, we will try to follow the same principle in this exploration.
Prototype Implementation:
Let's create a interface on the NodeService utility process which accepts a URLLoaderFactory from the browser process and uses it to create a URLLoader to issue simple http(s) requests and outputs the response to a file.
Consists of 3 components
/cc @devm33
The text was updated successfully, but these errors were encountered: