Skip to content

Commit

Permalink
Shouldn't have removed install event
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Nov 16, 2017
1 parent 365b215 commit 30e665b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,11 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
</tr>
</thead>
<tbody>
<tr>
<td><dfn event id="service-worker-global-scope-install-event"><code>install</code></dfn></td>
<td>{{ExtendableEvent}}</td>
<td>[<a>Lifecycle event</a>] 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>
<tr>
<td><dfn event id="service-worker-global-scope-activate-event"><code>activate</code></dfn></td>
<td>{{ExtendableEvent}}</td>
Expand Down

0 comments on commit 30e665b

Please sign in to comment.