Closed
Description
openedon Aug 27, 2021
Allow direct communication between a helper process and the renderer.
Some raw ideas
- what if Electron would provide an API similar to
BrowserWindow.loadUrl
butUtilityProcess.loadUrl
to create such a child process - Electron should delegate this to Chrome and reuse the ability Chrome has to spawn utility processes like GPU and Network
- Utility process has node.js integration enabled and direct communication support to a renderer (either via electron IPC or message ports)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment