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

I think the key point is this step:
```
4. Set internalResponse’s body’s stream to the result of internalResponse’s body’s stream piped through transformStream.
```
This replaces `internalResponse’s body’s stream` with the result of the pipe operation. The original stream is now locked, but future steps use the output of the pipe operation, which is not locked.


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

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

Received on Friday, 24 May 2024 01:15:25 UTC