From 613f5a2fbab5aa8c5b80d95eac49cbfe16df4ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Thu, 22 Feb 2024 19:21:28 +0100 Subject: [PATCH] Update interface for install event in summary table (#1706) Following #1701, the `install` event now uses the `InstallEvent` interface. --- docs/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.bs b/docs/index.bs index 1bbdb590..e6ec5a19 100644 --- a/docs/index.bs +++ b/docs/index.bs @@ -1833,7 +1833,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ install - {{ExtendableEvent}} + {{InstallEvent}} [=Lifecycle Event|Lifecycle=] The [=ServiceWorkerGlobalScope/service worker=]'s containing service worker registration's installing worker changes. (See step 11.2 of the Install algorithm.)