diff --git a/doc/api/fs.md b/doc/api/fs.md index 01abd668c499b04..de5d13fe0421415 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -817,6 +817,14 @@ On Linux, positional writes don't work when the file is opened in append mode. The kernel ignores the position argument and always appends the data to the end of the file. +##### `filehandle.[Symbol.dispose]()` + + + +an alias for `filehandle.close()`. + ### `fsPromises.access(path[, mode])` + +an alias for [`readable.destroy()`][readable-destroy] with an `AbortError`. + ##### `readable.compose(stream[, options])`