feat: add event.senderFrame property returning the originating webFrameMain (#26764)
This commit is contained in:
parent
9908cc363a
commit
cec6378881
7 changed files with 25 additions and 14 deletions
|
@ -3,3 +3,4 @@
|
|||
* `processId` Integer - The internal ID of the renderer process that sent this message
|
||||
* `frameId` Integer - The ID of the renderer frame that sent this message
|
||||
* `sender` WebContents - Returns the `webContents` that sent the message
|
||||
* `senderFrame` WebFrameMain _Readonly_ - The frame that sent this message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue