Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,8 @@ changes:
description: No longer experimental.
-->

* Returns: {Promise}

Calls `filehandle.close()` and returns a promise that fulfills when the
filehandle is closed.

Expand Down Expand Up @@ -7348,6 +7350,8 @@ changes:
description: No longer experimental.
-->

* Returns: {Promise}

Calls `dir.close()` if the directory handle is open, and returns a promise that
fulfills when disposal is complete.

Expand Down Expand Up @@ -8413,6 +8417,7 @@ of bytes written is passed as the first argument to the event handler.
* `writeBufferLen` {number}
* `remainingBufferLen`: {number}
* `sync`: {boolean} Perform writes synchronously.
* Returns: {fs.Utf8Stream}

#### `utf8Stream.append`

Expand Down