diff --git a/fetch.bs b/fetch.bs index c17629dce..a6afc985f 100644 --- a/fetch.bs +++ b/fetch.bs @@ -3804,14 +3804,18 @@ these steps:

If request's service-workers mode is "all", then:

    +
  1. Let requestForServiceWorker be a clone of + request. +

  2. Set response to the result of invoking handle fetch for - request. [[!HTML]] [[!SW]] + requestForServiceWorker. [[!HTML]] [[!SW]]

  3. If response is not null, then:

      -
    1. Transmit request body given fetchParams. +

    2. If request's body is non-null, then + cancel request's body with undefined.
    3. Set actualResponse to response, if response is not a filtered response, and to response's