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); };