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.
Readable.fromWeb
Readable.toWeb
First, thank you for your amazing work on readable-stream!
readable-stream
Readable.fromWeb an Readable.toWeb are calling the newStreamReadableFromReadableStream and newReadableStreamFromStreamReadable functions on the webStreamsAdapters.
newStreamReadableFromReadableStream
newReadableStreamFromStreamReadable
webStreamsAdapters
However webStreamsAdapters is only defined as an empty object leading to a failure.
The same problem seems to affect Writable and Duplex.
Writable
Duplex