From cd09bb0e9bcaf28806e2c3d05edc320af7a70507 Mon Sep 17 00:00:00 2001 From: Vlad <13676043+techvlad@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:55:55 +0300 Subject: [PATCH] Add fs.statfs{Sync} to missing fs apis (#6030) --- docs/runtime/nodejs-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index fe340389f1..ca4027084e 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -54,7 +54,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:fs`](https://nodejs.org/api/fs.html) -🟡 Missing `fs.fdatasync{Sync}` `fs.opendir{Sync}`. `fs.promises.open` incorrectly returns a file descriptor instead of a `FileHandle`. +🟡 Missing `fs.fdatasync{Sync}` `fs.opendir{Sync}`, `fs.statfs{Sync}`. `fs.promises.open` incorrectly returns a file descriptor instead of a `FileHandle`. ### [`node:http`](https://nodejs.org/api/http.html)