8000
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 ad043ba commit e426b77Copy full SHA for e426b77
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
@@ -2553,6 +2554,7 @@ changes:
2553
2554
2555
* `fs` {Object|null} **Default:** `null`
2556
* `signal` {AbortSignal|null} **Default:** `null`
2557
2558
2559
2560