From e7789c3506e899559a4387d8792dfc50f4f67107 Mon Sep 17 00:00:00 2001 From: Yoshisato Yanagisawa Date: Wed, 22 Jan 2025 15:22:30 +0900 Subject: [PATCH] Update index.bs Fix typo on closing
. --- docs/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.bs b/docs/index.bs index d1efe102..a0536fbb 100644 --- a/docs/index.bs +++ b/docs/index.bs @@ -501,7 +501,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
Otherwise
a new {{Client}} object that represents |incumbentGlobal|'s associated worker -
+
1. Let |origin| be the [=serialization of an origin|serialization=] of |incumbentSettings|'s [=environment settings object/origin=]. 1. Let |destination| be the {{ServiceWorkerGlobalScope}} object associated with |serviceWorker|. 1. Let |deserializeRecord| be StructuredDeserializeWithTransfer(|serializeWithTransferResult|, |destination|'s [=global object/Realm=]).