From 6f4d6a0adf22f9728a34b4b70f306cec7bb4af3c Mon Sep 17 00:00:00 2001 From: Yoshisato Yanagisawa Date: Tue, 26 May 2026 04:30:40 +0000 Subject: [PATCH] Editorial: fix indent I found the indent in the algorithm is wrong, and the numbering in the bullet points is incorrect. --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 6c57470c..7c9f87bb 100644 --- a/index.bs +++ b/index.bs @@ -3268,7 +3268,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. Set |globalObject| to the result of running [=Setup ServiceWorkerGlobalScope=] with |activeWorker|. 1. If |globalObject| is null, return |timingInfo|. - Note: This only creates a ServiceWorkerGlobalScope because CORS checks require that. It is not expected that implementations will actually create a ServiceWorkerGlobalScope here. + Note: This only creates a ServiceWorkerGlobalScope because CORS checks require that. It is not expected that implementations will actually create a ServiceWorkerGlobalScope here. 1. If |response|'s [=response/type=] is "`opaque`", and [=cross-origin resource policy check=] with |globalObject|'s [=environment settings object/origin=], |globalObject|, "", and |response|'s [=filtered response/internal response=] returns blocked, then return |timingInfo|. 1. Set |timingInfo|'s [=service worker timing info/worker final router source=] be set to {{RouterSourceEnum/"cache"}}.