Skip to content

Commit 4811fea

Browse files
committed
doc: add missing changes: metadata for streams
Ref: #14636 PR-URL: #14810 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent b3c1c6f commit 4811fea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/stream.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,13 @@ constructor and implement *both* the `readable._read()` and
17401740
`writable._write()` methods.
17411741

17421742
#### 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+
-->
17431750

17441751
* `options` {Object} Passed to both Writable and Readable
17451752
constructors. Also has the following fields:

0 commit comments

Comments
 (0)