- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 29 Nov 2021 11:19:40 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 November 2021 13:23:55 UTC
@noamr commented on this pull request. > @@ -4225,6 +4258,25 @@ steps: <var>processBody</var>, <var>processBodyError</var>, and <var>fetchParams</var>'s <a for="fetch params">task destination</a>. </ol> + </li> + + <li> + <p>Otherwise, if <var>response</var>'s <a for=response>body</a> is not null and is + <a for=ReadableStream>readable</a>, then:</o> + + <ol> + <li><p>Let <var>transformStream</var> be a new a {{TransformStream}}. + + <li><p>Let <var>identityTransformAlgorithm</var> be an algorithm which, given <var>chunk</var>, + <a for=ReadableStream lt=enqueue>enqueues</a> <var>chunk</var> in <var>transformStream</var>. + + <li><p>Set <var>response</var>'s <a for=response>body</a> to the result of + <a for=TransformStream>setting up</a> <var>transformStream</var> with Fixed -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1311#discussion_r758266241
Received on Monday, 29 November 2021 13:23:55 UTC