Merge pull request #4580 from kanatapple/master

docs: update jp doc ipc-renderer.md
This commit is contained in:
Cheng Zhao 2016-02-23 15:11:07 +08:00
commit 1b3b35926a

View file

@ -52,7 +52,7 @@
* `channel` String - イベント名
* `arg` (optional)
`channel`経由でメインプロセスに同期にイベントを送信し、任意の引数を送信できます。
`channel`経由でメインプロセスに同期にイベントを送信し、任意の引数を送信できます。
メインプロセスは`ipcMain``channel`を受信することでハンドルし、 `event.returnValue`を設定してリプライします。