Files
electron/docs/api/structures/ipc-main-invoke-event.md
Jeremy Rose 0bbd268eb4 fix: restrict sendToFrame to same-process frames by default (#26875) (#26927)
* fix: restrict sendToFrame to same-process frames by default (#26875)

* missed a conflict

* fix build

* fix build again

* fix usage of defer
2020-12-11 13:01:40 -08:00

279 B

IpcMainInvokeEvent Object extends Event

  • processId Integer - The internal ID of the renderer process that sent this message
  • frameId Integer - The ID of the renderer frame that sent this message
  • sender WebContents - Returns the webContents that sent the message