From b8bffc94f7c3f053607aff2b1c182ad5b1487b87 Mon Sep 17 00:00:00 2001 From: Shunya Shishido Date: Sat, 28 Sep 2024 04:36:46 +0900 Subject: [PATCH] Add constructor to InstallEvent 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);
       };