File tree 1 file changed +7
-2
lines changed
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) => {
2850
2850
<!-- YAML
2851
2851
added: v16.9.0
2852
2852
changes:
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
2854
2859
pr-url: https://github.com/nodejs/node/pull/46675
2855
2860
description: Added support for webstreams.
2856
2861
-->
2857
2862
2858
2863
> Stability: 1 - ` stream.compose ` is experimental.
2859
2864
2860
2865
* ` streams ` {Stream\[ ] |Iterable\[ ] |AsyncIterable\[ ] |Function\[ ] |
2861
- ReadableStream\[ ] |WritableStream\[ ] |TransformStream\[ ] }
2866
+ ReadableStream\[ ] |WritableStream\[ ] |TransformStream\[ ] |Duplex \[ ] |Function }
2862
2867
* Returns: {stream.Duplex}
2863
2868
2864
2869
Combines two or more streams into a ` Duplex ` stream that writes to the
You can’t perform that action at this time.
0 commit comments