Skip to content

Commit

Permalink
Update interface for install event in summary table (#1706)
Browse files Browse the repository at this point in the history
Following #1701, the `install` event now uses the `InstallEvent` interface.
  • Loading branch information
tidoust committed Feb 22, 2024
1 parent 8d4b9df commit 613f5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
<tbody>
<tr>
<td><dfn event id="service-worker-global-scope-install-event"><code>install</code></dfn></td>
<td>{{ExtendableEvent}}</td>
<td>{{InstallEvent}}</td>
<td>[=Lifecycle Event|Lifecycle=]</td>
<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>
</tr>
Expand Down

0 comments on commit 613f5a2

Please sign in to comment.