mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
📝 Mention atom-shell's changes to the process object.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
## API references
|
||||
|
||||
* [Synopsis](api/synopsis.md)
|
||||
* [Process object](api/process.md)
|
||||
|
||||
Modules for browser side:
|
||||
|
||||
|
||||
8
docs/api/process.md
Normal file
8
docs/api/process.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Process object
|
||||
|
||||
The `process` object in atom-shell has following differences between the one in
|
||||
upstream node:
|
||||
|
||||
* `process.type` String - Process's type, can be `browser` or `renderer`.
|
||||
* `process.versions['atom-shell']` String - Version of atom-shell.
|
||||
* `process.resourcesPath` String - Path to JavaScript source codes.
|
||||
Reference in New Issue
Block a user