reference node's process object
This commit is contained in:
parent
1da97f729e
commit
468d8b7707
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue