Re: [whatwg/fetch] Question about stream handling around fetch requests with integrity metadata (Issue #1754)

But that happens after the pipe operation - the body's stream gets set to the result of piping its current stream through `transformStream`. And it's that piping operation itself that immediately fails, as the readable stream it is provided (the body's current stream) is locked and closed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1754#issuecomment-2128388091
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1754/2128388091@github.com>

Received on Friday, 24 May 2024 02:36:30 UTC