mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -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
|
@ -333,6 +333,8 @@ declare namespace Deno {
|
||||||
*
|
*
|
||||||
* Requires `allow-sys` permission.
|
* 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
|
* @tags allow-sys
|
||||||
* @category Observability
|
* @category Observability
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue