Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 323 Bytes

process.md

File metadata and controls

8 lines (6 loc) · 323 Bytes

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.