1 KiB
1 KiB
IpcRendererEvent Object extends Event
sender
IpcRenderer - TheIpcRenderer
instance that emitted the event originallysenderId
Integer Deprecated - ThewebContents.id
that sent the message, you can callevent.sender.sendTo(event.senderId, ...)
to reply to the message, see ipcRenderer.sendTo for more information. This only applies to messages sent from a different renderer. Messages sent directly from the main process setevent.senderId
to0
.senderIsMainFrame
boolean (optional) Deprecated - Whether the message sent via ipcRenderer.sendTo was sent by the main frame. This is relevant whennodeIntegrationInSubFrames
is enabled in the originatingwebContents
.ports
MessagePort[] - A list of MessagePorts that were transferred with this message