We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v21.6.2
n/a
webstreams
function cloneBody (body) { const [out1, out2] = body.stream.tee() const out2Clone = structuredClone(out2, { transfer: [out2] }) } const rs = new ReadableStream({ pull (controller) { controller.byobRequest?.respond(0) }, type: 'bytes' }) cloneBody({ stream: rs })
always
the process to close automatically
the process hangs
this is needed for fetch.
The text was updated successfully, but these errors were encountered:
@KhafraDev I believe this was fixed in the #51526 patch. I have tested with a nightly build and this bug is not present.
Sorry, something went wrong.
ngl I thought that already made it into 21.6.2
No branches or pull requests
Version
v21.6.2
Platform
n/a
Subsystem
webstreams
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
always
What is the expected behavior? Why is that the expected behavior?
the process to close automatically
What do you see instead?
the process hangs
Additional information
this is needed for fetch.
The text was updated successfully, but these errors were encountered: