mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 13:59:01 -05:00
chore(docs): add note about loadavg returning 0 on windows (#18006)
This commit is contained in:
parent
483caf2820
commit
f763f2e298
1 changed files with 2 additions and 0 deletions
2
cli/tsc/dts/lib.deno.ns.d.ts
vendored
2
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -332,6 +332,8 @@ declare namespace Deno {
|
|||
* ```
|
||||
*
|
||||
* Requires `allow-sys` permission.
|
||||
*
|
||||
* On Windows there is no API available to retrieve this information and this method returns `[ 0, 0, 0 ]`.
|
||||
*
|
||||
* @tags allow-sys
|
||||
* @category Observability
|
||||
|
|
Loading…
Reference in a new issue