electron/docs/api/process.md

10 lines
397 B
Markdown
Raw Normal View History

# Process object
2015-04-16 03:31:12 +00:00
The `process` object in Electron has following differences between the one in
upstream node:
* `process.type` String - Process's type, can be `browser` (i.e. main process) or `renderer`.
2015-04-16 03:31:12 +00:00
* `process.versions['electron']` String - Version of Electron.
* `process.versions['chrome']` String - Version of Chromium.
2014-10-25 23:00:23 +00:00
* `process.resourcesPath` String - Path to JavaScript source code.