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.
changes:
1 parent b3c1c6f commit 4811feaCopy full SHA for 4811fea
doc/api/stream.md
@@ -1740,6 +1740,13 @@ constructor and implement *both* the `readable._read()` and
1740
`writable._write()` methods.
1741
1742
#### new stream.Duplex(options)
1743
+<!-- YAML
1744
+changes:
1745
+ - version: REPLACEME
1746
+ pr-url: https://github.com/nodejs/node/pull/14636
1747
+ description: The `readableHighWaterMark` and `writableHighWaterMark` options
1748
+ are supported now.
1749
+-->
1750
1751
* `options` {Object} Passed to both Writable and Readable
1752
constructors. Also has the following fields:
0 commit comments