mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #7992 from electron/process-doc-followup
Process doc followup
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
> Extensions to process object.
|
||||
|
||||
Process: [Main](../tutorial/quick-start.md#main-process)
|
||||
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