From fccc4d27c71618e4b1011f66d8e0132c3bffae9c Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Wed, 17 Nov 2021 18:49:43 +0200 Subject: [PATCH] Pass controller to SW --- fetch.bs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index 2831153c5..99452b1dd 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4452,7 +4452,9 @@ these steps: given fetchParams's cross-origin isolated capability.
  • Set response to the result of invoking handle fetch for - requestForServiceWorker. [[!HTML]] [[!SW]] + requestForServiceWorker, with fetchParams's + cross-origin isolated capability and fetchParams's + controller. [[!HTML]] [[!SW]]

  • If response is not null, then: