Updated IPC (renderer) (markdown)

Cheng Zhao 2013-05-07 05:35:25 -07:00
Родитель 5f691de470
Коммит e6e49550b0
1 изменённых файлов: 1 добавлений и 1 удалений

@ -1,6 +1,6 @@
## Synopsis
The `ipc` modules provides a few methods so you can send synchronous and asynchronous messages to the browser, and also receive messages sent from browser. If you want to make use of modules of browser from renderer, you might consider using the [[remote]] module.
The `ipc` module provides a few methods so you can send synchronous and asynchronous messages to the browser, and also receive messages sent from browser. If you want to make use of modules of browser from renderer, you might consider using the [[remote]] module.
An example of echoing messages between browser and renderer: