Electron IPC and nodeIntegration
Is it possible to use ipcRenderer without enabling nodeIntegration? It is possible, but fiddly. It can be done by using a preload script. If it is, how do I do it, and why would so many resources exclude this information? It is possible, using the preload script as indicated below. However, this is not considered … Read more