diff --git a/fetch.bs b/fetch.bs index 188ddd74e..44d834bbd 100644 --- a/fetch.bs +++ b/fetch.bs @@ -3810,21 +3810,19 @@ number of these fetches. steps:
    -
  1. Let preflight be a new request - whose method is `OPTIONS`, - url is request's - current url, - initiator is request's - initiator, - destination is request's - destination, - origin is request's - origin, - referrer is request's - referrer, and - referrer policy is - request's - referrer policy. +

  2. +

    Let preflight be a new request whose + method is `OPTIONS`, + url is request's current url, + initiator is request's initiator, + destination is request's destination, + origin is request's origin, + referrer is request's referrer, and + referrer policy is request's referrer policy. + +

    The service-workers mode of preflight + does not matter as this algorithm uses HTTP-network-or-cache fetch rather than + HTTP fetch.

  3. Set `Access-Control-Request-Method` to request's method in preflight's