document process(es) for all APIs

This commit is contained in:
Zeke Sikelianos 2016-11-03 10:26:00 -07:00
parent e8bb79310c
commit ac68de6215
26 changed files with 53 additions and 3 deletions

View file

@ -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