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?

  1. ipcRenderer.on
  2. event.sender.send
  3. ipcMain.send
  4. IpcRenderer.send

Answer: B) event.sender.send

Explanation:

function transmits an IPC message from one renderer process to another.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.