ipcrenderer Questions
6
Solved
I am unable to pass any object or arrays to IPCRenderer.
I am getting error when passing an object or array through ipcs, I have even tried to send by converting to string using JSON.stringify but ...
Name asked 24/7, 2020 at 21:48
6
Solved
I need to build an app that will span across multiple monitor screens, something like this:
Electron supports multiple windows but how do I communicate between them?
Volsung asked 25/10, 2016 at 23:34
3
Solved
In electronJS, I have created a custom application menu in which I'm sending the event from main process to renderer process, but now what happening is where I'm listening this event is running mul...
Kela asked 15/9, 2020 at 16:21
3
I'm struggling to understand how to correctly import ipcRenderer in a .vue file.
I put in /src/background.js file :
webPreferences: {
nodeIntegration:false,
contextIsolation: true, // protects ag...
Rider asked 27/8, 2020 at 11:50
0
Are there any ordering guarantees of ipc messages in Electron? If so, what are they?
For instance, in main:
window.webContents.send('channel-a', 1)
window.webContents.send('channel-a', 2)
And i...
Aretino asked 8/3, 2020 at 8:45
2
Solved
New to electron I've figured out how to send from Renderer to Main but I'm trying to learn how to go from Main to Renderer. In my research I've read:
IPC send from main process to renderer and tri...
Armorer asked 20/3, 2019 at 17:6
3
I've created multiple windows from Electron's main process and need to pass messages between them. The only way I know to send messages from rendererA to rendererB is by bouncing it to the main pro...
Gyromagnetic asked 21/11, 2017 at 15:31
1
© 2022 - 2025 — McMap. All rights reserved.