mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
chore(docs): add note about loadavg returning 0 on windows (#18006)
This commit is contained in:
parent
84bafd11d5
commit
399a22db88
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