2019-05-31 17:25:19 +00:00
|
|
|
# IpcMainInvokeEvent Object extends `Event`
|
|
|
|
|
2020-12-09 20:48:16 +00:00
|
|
|
* `processId` Integer - The internal ID of the renderer process that sent this message
|
2019-05-31 17:25:19 +00:00
|
|
|
* `frameId` Integer - The ID of the renderer frame that sent this message
|
|
|
|
* `sender` WebContents - Returns the `webContents` that sent the message
|
2020-12-09 23:34:06 +00:00
|
|
|
* `senderFrame` WebFrameMain _Readonly_ - The frame that sent this message
|