diff --git a/doc/api/fs.md b/doc/api/fs.md index 261d6c532eb952..e5056a35d32089 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -813,6 +813,16 @@ 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]()` + + + +> Stability: 1 - Experimental + +An alias for `filehandle.close()`. + ### `fsPromises.access(path[, mode])` + +> Stability: 1 - Experimental + +Calls [`readable.destroy()`][readable-destroy] with an `AbortError` and returns +a promise that fulfills when the stream is finished. + ##### `readable.compose(stream[, options])`