Skip to content

Commit 479b8ae

Browse files
Editorial: Add a space between following and perform the fetch hook (#1766)
This addresses #1765.
1 parent 4f070e8 commit 479b8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2379,7 +2379,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
23792379
<section>
23802380
<h4 id="importscripts">{{ServiceWorkerGlobalScope/importScripts(urls)}}</h4>
23812381

2382-
When the <dfn method for="ServiceWorkerGlobalScope" id="importscripts-method"><code>importScripts(|urls|)</code></dfn> method is called on a {{ServiceWorkerGlobalScope}} object, the user agent *must* <a>import scripts into worker global scope</a>, given this {{ServiceWorkerGlobalScope}} object and |urls|, and with the following[=fetching scripts/perform the fetch hook=] steps, given the [=/request=] |request|:
2382+
When the <dfn method for="ServiceWorkerGlobalScope" id="importscripts-method"><code>importScripts(|urls|)</code></dfn> method is called on a {{ServiceWorkerGlobalScope}} object, the user agent *must* <a>import scripts into worker global scope</a>, given this {{ServiceWorkerGlobalScope}} object and |urls|, and with the following [=fetching scripts/perform the fetch hook=] steps, given the [=/request=] |request|:
23832383

23842384
1. Let |serviceWorker| be |request|'s [=request/client=]'s [=environment settings object/global object=]'s [=ServiceWorkerGlobalScope/service worker=].
23852385
1. Let |map| be |serviceWorker|'s [=script resource map=].

0 commit comments

Comments
 (0)