📝 Add missing docs
[ci skip]
This commit is contained in:
parent
a648528f43
commit
546ad643e4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ hence no functions or prototype chain will be included.
|
|||
The main process handles it by listening for `channel` with `ipcMain` module,
|
||||
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.
|
||||
|
||||
### `ipcRenderer.sendToHost(channel[, arg1][, arg2][, ...])`
|
||||
|
|
Loading…
Reference in a new issue