Uh oh!
There was an error while loading. Please reload this page.
doc: update documentation in fs.StatsFs - #54309
Conversation
avivkeller
commented
Aug 10, 2024
Thanks for the PR! In order for this to land, the commit message must start with the subsystem ( For example, a valid commit for this PR would start with |
avivkeller
commented
Aug 10, 2024
Thanks for updating the commit message, but you need to rebase to overwrite the original message. |
81179aa to
e2651f7CompareCodder-lab
commented
Aug 10, 2024
Look at #54309 |
aaccc27 to
aa3c459Comparemarco-ippolito
commented
Aug 11, 2024
actually being a doc only it should be |
aa3c459 to
3bd562cCompare
#54309 "Could you please verify if it is correct now?" |
| Free blocks available to unprivileged users. | ||
| **Example:** | ||
| ```javascript |
There was a problem hiding this comment.
| ```javascript | |
| ```mjs |
There was a problem hiding this comment.
Could you please verify all the changes?
| Free blocks in file system. | ||
| **Example:** | ||
| ```javascript |
There was a problem hiding this comment.
| ```javascript | |
| ```mjs |
| Total data blocks in file system. | ||
| **Example:** | ||
| ```javascript |
There was a problem hiding this comment.
| ```javascript | |
| ```mjs |
| Total file nodes in file system. | ||
| ```javascript |
There was a problem hiding this comment.
| ```javascript | |
| ```mjs |
| Free blocks available to unprivileged users. | ||
| **Example:** |
| Free blocks in file system. | ||
| **Example:** |
| Total data blocks in file system. | ||
| **Example:** |
There was a problem hiding this comment.
Can you please verify the changes?
| ```mjs | ||
| import { statfs } from "fs/promises"; | ||
| async function getAvailableSpace(path) { |
There was a problem hiding this comment.
For the sake of simplicity, isn't it better to use top level await instead of an async function?
aduh95
commented
May 27, 2026
Superseded by #62578 |
No description provided.