aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/nodejs-apis.md
diff options
context:
space:
mode:
authorGravatar Vlad <13676043+techvlad@users.noreply.github.com> 2023-09-25 20:55:55 +0300
committerGravatar GitHub <noreply@github.com> 2023-09-25 10:55:55 -0700
commitcd09bb0e9bcaf28806e2c3d05edc320af7a70507 (patch)
treee1fd9bb743c49f7cad8400c3d2ffc2023a94bddd /docs/runtime/nodejs-apis.md
parentbbc70d2b73c80630a48cab5a24d8e00b07032e12 (diff)
downloadbun-cd09bb0e9bcaf28806e2c3d05edc320af7a70507.tar.gz
bun-cd09bb0e9bcaf28806e2c3d05edc320af7a70507.tar.zst
bun-cd09bb0e9bcaf28806e2c3d05edc320af7a70507.zip
Add fs.statfs{Sync} to missing fs apis (#6030)
Diffstat (limited to 'docs/runtime/nodejs-apis.md')
-rw-r--r--docs/runtime/nodejs-apis.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md
index fe340389f..ca4027084 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)