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 メッセージを送信する関数です。 返信が正しいプロセスとフレームに行くことを保証するために、送信されたメッセージに "返信" する際はこのメソッドを使うべきです。