From ec4c5431d41d11f7aac902ab27ae1da9b74b0082 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Fri, 19 Nov 2021 14:57:53 +0200 Subject: [PATCH] Switch up order of parameters --- fetch.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch.bs b/fetch.bs index 70f16c1f2..e6eb6d834 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4522,8 +4522,8 @@ these steps:
  • Set response to the result of invoking handle fetch for requestForServiceWorker, with fetchParams's - cross-origin isolated capability and fetchParams's - controller. [[!HTML]] [[!SW]] + controller and fetchParams's + cross-origin isolated capability and . [[!HTML]] [[!SW]]

  • If response is not null, then: