File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4144,8 +4144,8 @@ the <a>CORS protocol</a> is understood. The so-called <a>CORS-preflight request<
4144
4144
successful it populates the <a>CORS-preflight cache</a> to minimize the
4145
4145
number of these <a lt="CORS-preflight fetch">fetches</a> .
4146
4146
4147
- <p> To perform a <dfn id=cors-preflight-fetch-0>CORS-preflight fetch</dfn> using <var> request</var> , run these
4148
- steps:
4147
+ <p> To perform a <dfn id=cors-preflight-fetch-0>CORS-preflight fetch</dfn> using <var> request</var> ,
4148
+ run these steps:
4149
4149
4150
4150
<ol>
4151
4151
<li>
@@ -4190,8 +4190,7 @@ steps:
4190
4190
0x2C is not the way this was implemented, for better or worse.
4191
4191
4192
4192
<li><p> Let <var> response</var> be the result of performing an
4193
- <a>HTTP-network-or-cache fetch</a> using
4194
- <var> preflight</var> .
4193
+ <a>HTTP-network-or-cache fetch</a> using <var> preflight</var> with the <i> CORS flag</i> set.
4195
4194
4196
4195
<li>
4197
4196
<p> If a <a for=cors>CORS check</a> for <var> request</var> and <var> response</var> returns success
You can’t perform that action at this time.
0 commit comments