Merge pull request #7843 from electron/process-docs
document the process(es) in which APIs are available
This commit is contained in:
commit
ef9d8fe9bd
29 changed files with 74 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
> Communicate asynchronously from a renderer process to the main process.
|
||||
|
||||
Process: [Renderer](../tutorial/quick-start.md#renderer-process)
|
||||
|
||||
The `ipcRenderer` module is an instance of the
|
||||
[EventEmitter](https://nodejs.org/api/events.html#events_class_eventemitter) class. It provides a few
|
||||
methods so you can send synchronous and asynchronous messages from the render
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue