mirror of
https://github.com/electron/electron.git
synced 2026-02-07 21:55:48 -05: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')
|