Re: [whatwg/fetch] Process 103 Early Hints response (PR #1404)

@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.

Yes we now have good test coverage in WPT. It seems that the HTML PR (https://github.com/whatwg/html/pull/7675) is getting ready to land and wants to have cross-links to this change. It would be great to merge this PR.

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

Message ID: <whatwg/fetch/pull/1404/review/929850511@github.com>

Received on Monday, 4 April 2022 05:38:58 UTC