Open Spaceface16518 opened 6 years ago
This link takes you to the electron docs about winPostMessage
, a potential way to communicate between browser windows.
win.eval
of the same doc has the same effect. eval
, in general, is supposed to be really dangerous, though.
This issue extends #3 in that it is about the communication of the two browser windows, but not specificallly by the use of event handlers. Electron methods, HTTP methods, and others are all accepted.