Home »
MCQs »
Electron.js MCQs
Which of the following function delivers an IPC message to the main process from a renderer process?
19. Which of the following function delivers an IPC message to the main process from a renderer process?
- ipcRenderer.on
- Renderer.ipc
- ipcMain.send
- IpcRenderer.send
Answer: D) IpcRenderer.send
Explanation:
ipcRenderer.send function delivers an IPC message to the main process from a renderer process.