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

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

WPTs are pretty comprehensive!

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

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

Received on Friday, 1 April 2022 10:20:47 UTC