Skip to content

Commit 613f5a2

Browse files
authored
Update interface for install event in summary table (#1706)
Following #1701, the `install` event now uses the `InstallEvent` interface.
1 parent 8d4b9df commit 613f5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
18331833
<tbody>
18341834
<tr>
18351835
<td><dfn event id="service-worker-global-scope-install-event"><code>install</code></dfn></td>
1836-
<td>{{ExtendableEvent}}</td>
1836+
<td>{{InstallEvent}}</td>
18371837
<td>[=Lifecycle Event|Lifecycle=]</td>
18381838
<td>The [=ServiceWorkerGlobalScope/service worker=]'s <a>containing service worker registration</a>'s <a>installing worker</a> changes. (See step 11.2 of the <a>Install</a> algorithm.)</td>
18391839
</tr>

0 commit comments

Comments
 (0)