zdubin

Results 1 issues of zdubin

### Sharing data between Electron windows? Hello, In Electron the renderer windows can only communicate with the main window. I tried passing const mainInternals = getInternals(); window.electron.ipcRenderer.sendMessage('newwin', [ 'window', mainInternals,...

question