Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 397 Bytes

process.md

File metadata and controls

9 lines (7 loc) · 397 Bytes

Process object

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.
  • process.versions['electron'] String - Version of Electron.
  • process.versions['chrome'] String - Version of Chromium.
  • process.resourcesPath String - Path to JavaScript source code.