We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c1895 commit 9fa29eeCopy full SHA for 9fa29ee
lib/stream/web.js
@@ -37,7 +37,7 @@ const {
37
newStreamWritableFromWritableStream,
38
newStreamReadableFromReadableStream,
39
newReadableWritablePairFromDuplex,
40
- newDuplexFromReadableWritablePair,
+ newStreamDuplexFromReadableWritablePair,
41
} = require('internal/webstreams/adapters');
42
43
module.exports = {
@@ -61,5 +61,5 @@ module.exports = {
61
62
63
64
65
};
0 commit comments