We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fs.openAsBlob
1 parent 4fa7739 commit c0c23fbCopy full SHA for c0c23fb
doc/api/fs.md
@@ -3383,10 +3383,9 @@ added: v19.8.0
3383
Returns a {Blob} whose data is backed by the given file.
3384
3385
The file must not be modified after the {Blob} is created. Any modifications
3386
-will cause reading the {Blob} data to fail with a `DOMException`.
3387
-error. Synchronous stat operations on the file when the `Blob` is created, and
3388
-before each read in order to detect whether the file data has been modified
3389
-on disk.
+will cause reading the {Blob} data to fail with a `DOMException` error.
+Synchronous stat operations on the file when the `Blob` is created, and before
+each read in order to detect whether the file data has been modified on disk.
3390
3391
```mjs
3392
import { openAsBlob } from 'node:fs';
0 commit comments