- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 13 Dec 2022 01:27:28 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 December 2022 09:27:41 UTC
@noamr commented on this pull request. > @@ -6958,8 +6945,25 @@ the associated steps: <li><p>Let <var>promise</var> be <a>a promise resolved with</a> an empty <a for=/>byte sequence</a>. - <li><p>If <var>object</var>'s <a for=Body>body</a> is non-null, then set <var>promise</var> to the - result of <a>fully reading body as promise</a> given <var>object</var>'s <a for=Body>body</a>. + <li> + <p>If <var>object</var>'s <a for=Body>body</a> is non-null, then: + + <ol> + <li><p>Set <var>promise</var> to <a>a new promise</a>. + + <li><p>Let <var>fulfilledSteps</var> given a <a>byte sequence</a> <var>bytes</var> be to Done -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1569#discussion_r1046863881 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1569/review/1215068740@github.com>
Received on Tuesday, 13 December 2022 09:27:41 UTC