senderWebContents - Returns the webContents that sent the message
senderFrameWebFrameMain | null Readonly - The frame that sent this message. May be null if accessed after the frame has either navigated or been destroyed.
portsMessagePortMain[] - A list of MessagePorts that were transferred with this message
reply Function - 将 IPC 消息发送到渲染器框架的函数,该渲染器框架发送当前正在处理的原始消息。 您应该使用“reply”方法回复发送的消息,以确保回复将转到正确的进程和框架。