IpcMainInvokeEvent 对象 继承自 Event
type
String - 可能的值包括frame
processId
Integer - 发送此消息的渲染进程的内部 IDframeId
Integer - 发送此消息的渲染框架的 IDsender
WebContents - 返回发送消息的webContents
senderFrame
WebFrameMain | null 只读 - 发送此消息的框架。如果在框架导航或销毁后访问,则可能为null
。
@electron
包将需要 Node.js 22 LTS。 在我们的博客上阅读更多信息。Event
type
String - 可能的值包括 frame
processId
Integer - 发送此消息的渲染进程的内部 IDframeId
Integer - 发送此消息的渲染框架的 IDsender
WebContents - 返回发送消息的 webContents
senderFrame
WebFrameMain | null 只读 - 发送此消息的框架。如果在框架导航或销毁后访问,则可能为 null
。