Skip to content

Commit 9dbcd10

Browse files
authored
Add constructor to InstallEvent (#1729)
Closes #1713.
1 parent 5408e2e commit 9dbcd10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/index.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
15631563
<pre class="idl">
15641564
[Exposed=ServiceWorker]
15651565
interface InstallEvent : ExtendableEvent {
1566+
constructor(DOMString type, optional ExtendableEventInit eventInitDict = {});
15661567
Promise&lt;undefined&gt; addRoutes((RouterRule or sequence&lt;RouterRule&gt;) rules);
15671568
};
15681569

0 commit comments

Comments
 (0)