- From: bashi <notifications@github.com>
- Date: Mon, 14 Mar 2022 16:53:42 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 March 2022 23:53:54 UTC
@bashi commented on this pull request. > + <li> + <p>If <var>status</var> is in the range 100 to 199, inclusive: + + <ol> + <li><p>If <var>status</var> is 101, <a for=iteration>break</a>. + + <li> + <p>If <var>status</var> is 103 and <var>fetchParams</var>'s + <a for="fetch params">process early hints response</a> is non-null, then: + + <ol> + <li> + <p><a for=/>Assert</a>: <var>request</var>'s <a for=request>mode</a> is + "<code>navigate</code>". + + <p class=note>Processing of early hints is only vetted for navigations. Thank you for review and edit. It looks great to me. Currently I'm adding WPTs. I'll add another comment in this PR when this could be ready to land. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1404#discussion_r826469566 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1404/review/909517978@github.com>
Received on Monday, 14 March 2022 23:53:54 UTC