diff --git a/doc/api/fs.md b/doc/api/fs.md index 01abd668c499b0..5ddc2a5b2d0977 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.asyncDispose]()` + + + +An alias for `filehandle.close()`. + ### `fsPromises.access(path[, mode])` + +An alias for [`readable.destroy()`][readable-destroy] with an `AbortError`. + ##### `readable.compose(stream[, options])`