feat: add process.uptime() to sandboxed renderers (#26684)
This commit is contained in:
parent
c8c41fb727
commit
14c8e000cb
4 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,7 @@ In sandboxed renderers the `process` object contains only a subset of the APIs:
|
|||
* `getSystemVersion()`
|
||||
* `getCPUUsage()`
|
||||
* `getIOCounters()`
|
||||
* `uptime()`
|
||||
* `argv`
|
||||
* `execPath`
|
||||
* `env`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue