File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2824,6 +2824,10 @@ const server = http.createServer((req, res) => {
2824
2824
added: v16.9.0
2825
2825
changes:
2826
2826
- version:
2827
+ - REPLACEME
2828
+ pr-url: https://github.com/nodejs/node/pull/50187
2829
+ description: Added support for stream class.
2830
+ pr-url:
2827
2831
- v19.8.0
2828
2832
- v18.16.0
2829
2833
pr-url: https://github.com/nodejs/node/pull/46675
@@ -2833,7 +2837,7 @@ changes:
2833
2837
> Stability: 1 - ` stream.compose ` is experimental.
2834
2838
2835
2839
* ` streams ` {Stream\[ ] |Iterable\[ ] |AsyncIterable\[ ] |Function\[ ] |
2836
- ReadableStream\[ ] |WritableStream\[ ] |TransformStream\[ ] }
2840
+ ReadableStream\[ ] |WritableStream\[ ] |TransformStream\[ ] |Duplex \[ ] |Function }
2837
2841
* Returns: {stream.Duplex}
2838
2842
2839
2843
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