mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
reference node's process object
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user