reference node's process object

This commit is contained in:
Zeke Sikelianos
2016-11-16 09:54:29 -08:00
parent 1da97f729e
commit 468d8b7707

View File

@@ -4,7 +4,9 @@
Process: [Main](../tutorial/quick-start.md#main-process), [Renderer](../tutorial/quick-start.md#renderer-process)
The `process` object is extended in Electron with following APIs:
Electron's `process` object is extended from the
[Node.js `process` object](https://nodejs.org/api/process.html).
It adds the following events, properties, and methods:
## Events