#Passing data from one window to another
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
What I would try first would be .
If they second window is being created by the main window by some form of IPC then expose the info through and IPC as well
Use the ipcMain and ipcRenderer modules to communicate between Electron processes
Damn ... I was right?