Skip to content

Commit

Permalink
doc: fix documentation for fs.createWriteStream highWaterMark option
Browse files Browse the repository at this point in the history
PR-URL: #49456
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
  • Loading branch information
mertcanaltin committed Sep 6, 2023
1 parent 5402185 commit d8eb8d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ added: v16.11.0
* `autoClose` {boolean} **Default:** `true`
* `emitClose` {boolean} **Default:** `true`
* `start` {integer}
* `highWaterMark` {number} **Default:** `16384`
* Returns: {fs.WriteStream}
`options` may also include a `start` option to allow writing data at some
Expand Down Expand Up @@ -2563,6 +2564,7 @@ changes:
* `start` {integer}
* `fs` {Object|null} **Default:** `null`
* `signal` {AbortSignal|null} **Default:** `null`
* `highWaterMark` {number} **Default:** `16384`
* Returns: {fs.WriteStream}
`options` may also include a `start` option to allow writing data at some
Expand Down

0 comments on commit d8eb8d0

Please sign in to comment.