mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* fix: restrict sendToFrame to same-process frames by default (#26875) * missed a conflict * fix build * fix build again * fix usage of defer
279 B
279 B
IpcMainInvokeEvent Object extends Event
processIdInteger - The internal ID of the renderer process that sent this messageframeIdInteger - The ID of the renderer frame that sent this messagesenderWebContents - Returns thewebContentsthat sent the message