You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/api/webstreams.md
+22
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,19 @@ const stream = new ReadableStream({
91
91
})();
92
92
```
93
93
94
+
### Node.js streams interoperability
95
+
96
+
Node.js streams can be converted to web streams and vice versa via the `toWeb` and `fromWeb` methods present on [`stream.Readable`][], [`stream.Writable`][] and [`stream.Duplex`][] objects.
97
+
98
+
For more details refer to the relevant documentation:
0 commit comments