File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5566,9 +5566,6 @@ run these steps:
5566
5566
"<code> error</code> ", then set <var> httpFetchParams</var> to <var> fetchParams</var> and
5567
5567
<var> httpRequest</var> to <var> request</var> .
5568
5568
5569
- <p class=note> If user prompts are possible, then we need to clone <var> request</var> because
5570
- the user agent might need to re-send <var> request</var> .
5571
-
5572
5569
<li>
5573
5570
<p> Otherwise:
5574
5571
@@ -5588,6 +5585,12 @@ run these steps:
5588
5585
<var> httpRequest</var> .
5589
5586
</ol>
5590
5587
5588
+ <p class=note> If user prompts or redirects are possible, then the user agent might need to
5589
+ re-send the request with a new set of headers after the user answers the prompt or the redirect
5590
+ location is determined. At that time, the original request body might have been partially sent
5591
+ already, so we need to clone the request (including the body) beforehand so that we have a
5592
+ spare copy available.
5593
+
5591
5594
<li>
5592
5595
<p> Let <var> includeCredentials</var> be true if one of
5593
5596
You can’t perform that action at this time.
0 commit comments