File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2850,15 +2850,20 @@ const server = http.createServer((req, res) => {
28502850<!-- YAML
28512851added: v16.9.0
28522852changes:
2853- - version: v19.8.0
2853+ - version: REPLACEME
2854+ pr-url: https://github.com/nodejs/node/pull/50187
2855+ description: Added support for stream class.
2856+ - version:
2857+ - v19.8.0
2858+ - v18.16.0
28542859 pr-url: https://github.com/nodejs/node/pull/46675
28552860 description: Added support for webstreams.
28562861-->
28572862
28582863> Stability: 1 - ` stream.compose ` is experimental.
28592864
28602865* ` streams ` {Stream\[ ] |Iterable\[ ] |AsyncIterable\[ ] |Function\[ ] |
2861- ReadableStream\[ ] |WritableStream\[ ] |TransformStream\[ ] }
2866+ ReadableStream\[ ] |WritableStream\[ ] |TransformStream\[ ] |Duplex \[ ] |Function }
28622867* Returns: {stream.Duplex}
28632868
28642869Combines two or more streams into a ` Duplex ` stream that writes to the
You can’t perform that action at this time.
0 commit comments