📝 Add missing docs

[ci skip]
This commit is contained in:
Plusb Preco 2016-03-31 14:30:14 +09:00
parent a648528f43
commit 546ad643e4

View file

@ -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, The main process handles it by listening for `channel` with `ipcMain` module,
and replies by setting `event.returnValue`. 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.sendToHost(channel[, arg1][, arg2][, ...])` ### `ipcRenderer.sendToHost(channel[, arg1][, arg2][, ...])`