File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4591,8 +4591,8 @@ steps:
4591
4591
</ol>
4592
4592
4593
4593
<li><p> Let <var> internalResponse</var> be <var> response</var> , if <var> response</var> is a
4594
- <a>network error</a> , and <var> response</var> 's <a for="filtered response">internal response</a>
4595
- otherwise .
4594
+ <a>network error</a> ; otherwise <var> response</var> 's
4595
+ <a for="filtered response">internal response</a> .
4596
4596
4597
4597
<li>
4598
4598
<p> If <var> internalResponse</var> 's <a for=response>URL list</a> <a for=list>is empty</a> , then
@@ -4752,17 +4752,16 @@ steps:
4752
4752
4753
4753
<p class=note> This covers the case of <var> response</var> being a <a>network error</a> .
4754
4754
4755
- <li><p> Let <var> responseStatus</var> be 0 if <var> fetchParams</var> 's
4756
- <a for="fetch params">request</a> 's <a for=request>mode</a> is "<code> navigate</code> " and
4757
- <var> response</var> 's <a for=response>has-cross-origin-redirects</a> is true; otherwise
4758
- <var> response</var> 's <a for=response>status</a> .
4755
+ <li><p> Let <var> responseStatus</var> be 0.
4759
4756
4760
4757
<li>
4761
4758
<p> If <var> fetchParams</var> 's <a for="fetch params">request</a>' s <a for=request>mode</a> is
4762
4759
not "<code> navigate</code> " or <var> response</var> 's
4763
4760
<a for=response>has-cross-origin-redirects</a> is false:
4764
4761
4765
4762
<ol>
4763
+ <li><p> Set <var> responseStatus</var> to <var> response</var> 's <a for=response>status</a> .
4764
+
4766
4765
<li><p> Let <var> mimeType</var> be the result of
4767
4766
<a for="header list">extracting a MIME type</a> from <var> response</var> 's
4768
4767
<a for=response>header list</a> .
You can’t perform that action at this time.
0 commit comments