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 Oct 25, 2017
1 parent 1642013 commit b27046b
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 @@ -1556,6 +1556,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 b27046b

Please sign in to comment.