diff --git a/doc/api/fs.md b/doc/api/fs.md index d3d4e2bd389eeb..c92471eefd5cfc 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -202,6 +202,15 @@ When operating on file handles, the mode cannot be changed from what it was set to with [`fsPromises.open()`][]. Therefore, this is equivalent to [`filehandle.writeFile()`][]. +#### `filehandle.blob()` + + +> Stability: 1 - Experimental + +Returns a {Blob} whose data is backed by this file. + #### `filehandle.chmod(mode)`