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 ipcRenderer to ipcRenderer communication #28

Open
82318179 opened this issue Mar 21, 2020 · 2 comments
Open

Support ipcRenderer to ipcRenderer communication #28

82318179 opened this issue Mar 21, 2020 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@82318179
Copy link

Communication between the rendering process and the rendering process, how to do use this moudle ,Is there an example?

@sindresorhus sindresorhus changed the title ipcRenderer to ipcRenderer Communication Support ipcRenderer to ipcRenderer communication Mar 21, 2020
@sindresorhus
Copy link
Owner

That's currently not supported. You can implement it yourself though by having a router in the main process that receives events from one renderer process and proxies it to another one.

@sindresorhus sindresorhus added enhancement New feature or request help wanted Extra attention is needed labels Mar 21, 2020
@stevenroussey-privicy
Copy link

Can use ipcRenderer.sendTo if you know the webContentId in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants