Home »
MCQs »
Electron.js MCQs
Which of the following function transmits an IPC message from one renderer process to another?
20. Which of the following function transmits an IPC message from one renderer process to another?
- ipcRenderer.on
- event.sender.send
- ipcMain.send
- IpcRenderer.send
Answer: B) event.sender.send
Explanation:
function transmits an IPC message from one renderer process to another.