mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
feat: add process.uptime() to sandboxed renderers (#26684)
This commit is contained in:
@@ -22,6 +22,7 @@ In sandboxed renderers the `process` object contains only a subset of the APIs:
|
||||
* `getSystemVersion()`
|
||||
* `getCPUUsage()`
|
||||
* `getIOCounters()`
|
||||
* `uptime()`
|
||||
* `argv`
|
||||
* `execPath`
|
||||
* `env`
|
||||
|
||||
Reference in New Issue
Block a user