Merge pull request #3397 from preco21/patch-2

Standardize the webContents object names
This commit is contained in:
Cheng Zhao 2015-11-11 10:06:12 +08:00
commit 3af1d907d8

View file

@ -7,7 +7,7 @@ a renderer will be emitted to this module.
## Sending Messages ## Sending Messages
It is also possible to send messages from the main process to the renderer It is also possible to send messages from the main process to the renderer
process, see [WebContents.send][webcontents-send] for more information. process, see [webContents.send][webcontents-send] for more information.
* When sending a message, the event name is the `channel`. * When sending a message, the event name is the `channel`.
* To reply a synchronous message, you need to set `event.returnValue`. * To reply a synchronous message, you need to set `event.returnValue`.
@ -66,6 +66,6 @@ Set this to the value to be returned in a synchronous message.
Returns the `webContents` that sent the message, you can call Returns the `webContents` that sent the message, you can call
`event.sender.send` to reply to the asynchronous message, see `event.sender.send` to reply to the asynchronous message, see
[WebContents.send][webcontents-send] for more information. [webContents.send][webcontents-send] for more information.
[webcontents-send]: web-contents.md#webcontentssendchannel-args [webcontents-send]: web-contents.md#webcontentssendchannel-args