electron/docs/api/process.md
2014-05-23 22:56:56 +08:00

323 B

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.