Skip to content

Commit d8eb8d0

Browse files
authored
doc: fix documentation for fs.createWriteStream highWaterMark option
PR-URL: #49456 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]>
1 parent 5402185 commit d8eb8d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/fs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ added: v16.11.0
325325
* `autoClose` {boolean} **Default:** `true`
326326
* `emitClose` {boolean} **Default:** `true`
327327
* `start` {integer}
328+
* `highWaterMark` {number} **Default:** `16384`
328329
* Returns: {fs.WriteStream}
329330
330331
`options` may also include a `start` option to allow writing data at some
@@ -2563,6 +2564,7 @@ changes:
25632564
* `start` {integer}
25642565
* `fs` {Object|null} **Default:** `null`
25652566
* `signal` {AbortSignal|null} **Default:** `null`
2567+
* `highWaterMark` {number} **Default:** `16384`
25662568
* Returns: {fs.WriteStream}
25672569
25682570
`options` may also include a `start` option to allow writing data at some

0 commit comments

Comments
 (0)