File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5352,8 +5352,20 @@ run these steps:
5352
5352
<li><p> Invoke <a>set <var>request</var>'s referrer policy on redirect</a> on <var> request</var> and
5353
5353
<var> actualResponse</var> . [[!REFERRER]]
5354
5354
5355
+ <li><p> Let <var> recursive</var> be true.
5356
+
5357
+ <li>
5358
+ <p> If <var> request</var> 's <a for=request>redirect mode</a> is "<code> manual</code> ", then:
5359
+
5360
+ <ol>
5361
+ <li><p> Assert: <var> request</var> 'a <a for=request>mode</a> is "<code> navigate</code> ".
5362
+
5363
+ <li><p> Set <var> recursive</var> to false.
5364
+ </ol>
5365
+
5355
5366
<li>
5356
- <p> Return the result of running <a>main fetch</a> given <var> fetchParams</var> and true.
5367
+ <p> Return the result of running <a>main fetch</a> given <var> fetchParams</var> and
5368
+ <var> recursive</var> .
5357
5369
5358
5370
<p class=note> This has to invoke <a>main fetch</a> to get <var> request</var> 's
5359
5371
<a for=request>response tainting</a> correct.
You can’t perform that action at this time.
0 commit comments