1
0
Fork 0
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:
Geert-Jan Zwiers 2023-03-04 10:31:55 +01:00 committed by GitHub
parent 84bafd11d5
commit 399a22db88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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