- From: Abin K Paul <notifications@github.com>
- Date: Mon, 11 Jul 2022 05:03:30 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 11 July 2022 12:03:56 UTC
@abinpaul1 commented on this pull request. > @@ -4379,6 +4382,9 @@ steps: <li><p>Let <var>bodyInfo</var> be <var>response</var>'s <a for=response>body info</a>. + <li><p>Let <var>bodyInfo</var>'s <a for="response body info">response status</a> be + <var>response</var>'s <a for=response>status</a>. > At the same time, maybe there are other places that modify the response status that I missed. I couldn't find any other place where this status gets modified, so I've updated such that bodyInfo response status gets set at the step you pointed out. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1468#discussion_r917851826 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1468/review/1034225790@github.com>
Received on Monday, 11 July 2022 12:03:56 UTC