diff --git a/doc/api/fs.md b/doc/api/fs.md index 167712f1643a8e..fdd63261f4cf1b 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -6639,6 +6639,8 @@ A numeric device identifier if the file represents a device. The size of the file in bytes. +If the underlying file system does not support getting the size of the file, this will be `0`. + #### `stats.blksize` * {number|bigint}