1
0
Fork 0
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:
Geert-Jan Zwiers 2023-03-04 10:31:55 +01:00 committed by Yoshiya Hinosawa
parent 483caf2820
commit f763f2e298

View file

@ -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