docs: document frameId meaning (#27072)
This commit is contained in:
parent
1dc6a707a9
commit
c210956afb
1 changed files with 3 additions and 1 deletions
|
@ -1710,7 +1710,9 @@ app.whenReady().then(() => {
|
|||
|
||||
#### `contents.sendToFrame(frameId, channel, ...args)`
|
||||
|
||||
* `frameId` Integer | [number, number]
|
||||
* `frameId` Integer | [number, number] - the ID of the frame to send to, or a
|
||||
pair of `[processId, frameId]` if the frame is in a different process to the
|
||||
main frame.
|
||||
* `channel` String
|
||||
* `...args` any[]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue