Add fs.statfs{Sync} to missing fs apis (#6030)

This commit is contained in:
Vlad
2023-09-25 20:55:55 +03:00
committed by GitHub
parent bbc70d2b73
commit cd09bb0e9b

View File

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