- From: Adam Rice <notifications@github.com>
- Date: Thu, 23 May 2024 18:15:21 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 May 2024 01:15:25 UTC
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