Update ipc-renderer.md
This commit is contained in:
parent
5b193bad4b
commit
0a0897ef28
1 changed files with 2 additions and 2 deletions
|
@ -74,9 +74,9 @@ and replies by setting `event.returnValue`.
|
||||||
**Note:** Sending a synchronous message will block the whole renderer process,
|
**Note:** Sending a synchronous message will block the whole renderer process,
|
||||||
unless you know what you are doing you should never use it.
|
unless you know what you are doing you should never use it.
|
||||||
|
|
||||||
### `ipcRenderer.sendTo(windowid, channel, [, arg1][, arg2][, ...])`
|
### `ipcRenderer.sendTo(windowId, channel, [, arg1][, arg2][, ...])`
|
||||||
|
|
||||||
* `windowid` Number
|
* `windowId` Number
|
||||||
* `channel` String
|
* `channel` String
|
||||||
* `...args` any[]
|
* `...args` any[]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue