We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5402185 commit d8eb8d0Copy full SHA for d8eb8d0
doc/api/fs.md
@@ -325,6 +325,7 @@ added: v16.11.0
325
* `autoClose` {boolean} **Default:** `true`
326
* `emitClose` {boolean} **Default:** `true`
327
* `start` {integer}
328
+ * `highWaterMark` {number} **Default:** `16384`
329
* Returns: {fs.WriteStream}
330
331
`options` may also include a `start` option to allow writing data at some
@@ -2563,6 +2564,7 @@ changes:
2563
2564
2565
* `fs` {Object|null} **Default:** `null`
2566
* `signal` {AbortSignal|null} **Default:** `null`
2567
2568
2569
2570
0 commit comments