diff --git a/fetch.bs b/fetch.bs index daafe5d45..6a5b5959c 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4144,8 +4144,8 @@ the CORS protocol is understood. The so-called CORS-preflight request< successful it populates the CORS-preflight cache to minimize the number of these fetches. -
To perform a CORS-preflight fetch using request, run these -steps: +
To perform a CORS-preflight fetch using request, +run these steps:
Let response be the result of performing an - HTTP-network-or-cache fetch using - preflight. + HTTP-network-or-cache fetch using preflight with the CORS flag set.
If a CORS check for request and response returns success