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 @@ -4138,8 +4138,8 @@ the <a>CORS protocol</a> is understood. The so-called <a>CORS-preflight request<
4138
4138
successful it populates the <a>CORS-preflight cache</a> to minimize the
4139
4139
number of these <a lt="CORS-preflight fetch">fetches</a> .
4140
4140
4141
- <p> To perform a <dfn id=cors-preflight-fetch-0>CORS-preflight fetch</dfn> using <var> request</var> , run these
4142
- steps:
4141
+ <p> To perform a <dfn id=cors-preflight-fetch-0>CORS-preflight fetch</dfn> using <var> request</var> ,
4142
+ run these steps:
4143
4143
4144
4144
<ol>
4145
4145
<li>
@@ -4184,8 +4184,7 @@ steps:
4184
4184
0x2C is not the way this was implemented, for better or worse.
4185
4185
4186
4186
<li><p> Let <var> response</var> be the result of performing an
4187
- <a>HTTP-network-or-cache fetch</a> using
4188
- <var> preflight</var> .
4187
+ <a>HTTP-network-or-cache fetch</a> using <var> preflight</var> with the <i> CORS flag</i> set.
4189
4188
4190
4189
<li>
4191
4190
<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