📝 Mention atom-shell's changes to the process object.
This commit is contained in:
parent
23d2dc5007
commit
542e795fe0
2 changed files with 9 additions and 0 deletions
|
@ -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.
|
Loading…
Reference in a new issue