mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
- Expose remote shortcuts for the `fs`, `os` and `child_process` modules. - Expose the `url` and `timers` modules(the browserify versions) - Add `process.crash` and `process.platform`
2 lines
58 B
JavaScript
2 lines
58 B
JavaScript
module.exports = require('electron').remote.require('os')
|