Re: [whatwg/fetch] Use internalResponse at end of fetch handover (PR #1645)

@noamr commented on this pull request.



> @@ -4792,7 +4792,11 @@ steps:
  <a for="fetch params">process response</a> given <var>response</var>, with <var>fetchParams</var>'s
  <a for="fetch params">task destination</a>.
 
- <li><p>If <var>response</var>'s <a for=response>body</a> is null, then run
+ <li><p>Let <var>internalResponse</var> be <var>response</var>, if <var>response</var> is a
+ <a>network error</a>; otherwise <var>response</var>'s
+ <a for="filtered response">internal response</a> otherwise.

Done (oops)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1645#discussion_r1187230887
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1645/review/1416454347@github.com>

Received on Monday, 8 May 2023 09:25:43 UTC