electron-better-ipc icon indicating copy to clipboard operation
electron-better-ipc copied to clipboard

Support ipcRenderer to ipcRenderer communication

Open 82318179 opened this issue 4 years ago • 2 comments

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

82318179 avatar Mar 21 '20 13:03 82318179

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 avatar Mar 21 '20 13:03 sindresorhus

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

stevenroussey-privicy avatar May 07 '20 00:05 stevenroussey-privicy