electron-redux icon indicating copy to clipboard operation
electron-redux copied to clipboard

Specify only a single webContents to receive the `redux-action` IPC message

Open mmmkkaaayy opened this issue 4 years ago • 0 comments

I create a lot of BrowserWindows for my app, of which only 1 of them has a redux store. Looking at forwardToRenderer implementation, it seems like it's broadcasting the redux-action message to ALL webContents on the app. Is there any easy way to specify only a single webContents to receive the redux-action IPC message?

mmmkkaaayy avatar Jun 27 '20 10:06 mmmkkaaayy