File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3383,10 +3383,9 @@ added: v19.8.0
3383
3383
Returns a {Blob} whose data is backed by the given file.
3384
3384
3385
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.
3386
+ will cause reading the {Blob} data to fail with a ` DOMException ` error.
3387
+ Synchronous stat operations on the file when the ` Blob ` is created, and before
3388
+ each read in order to detect whether the file data has been modified on disk.
3390
3389
3391
3390
` ` ` mjs
3392
3391
import { openAsBlob } from ' node:fs' ;
You can’t perform that action at this time.
0 commit comments