stream.Readable.toWeb(readable)
pauses the original readable
stream
#45545
Labels
stream
Issues and PRs related to the stream subsystem.
Version
v19.1.0
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
What do you see instead?
Additional information
This is because the
newReadableStreamFromStreamReadable
function called duringtoWeb
pauses the originalreadable
stream at the following:node/lib/internal/webstreams/adapters.js
Lines 426 to 429 in 4bee69a
Is this a bug or is this an intentional behavior that has a side effect on the original stream?
The text was updated successfully, but these errors were encountered: