From 9dbcd10abfccd704a5be666335ea3b124894f3e2 Mon Sep 17 00:00:00 2001 From: Shunya Shishido Date: Fri, 27 Sep 2024 13:51:26 -0700 Subject: [PATCH] Add constructor to InstallEvent (#1729) Closes #1713. --- docs/index.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.bs b/docs/index.bs index aa6407e7..d1efe102 100644 --- a/docs/index.bs +++ b/docs/index.bs @@ -1563,6 +1563,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
       [Exposed=ServiceWorker]
       interface InstallEvent : ExtendableEvent {
+        constructor(DOMString type, optional ExtendableEventInit eventInitDict = {});
         Promise<undefined> addRoutes((RouterRule or sequence<RouterRule>) rules);
       };