Skip to content

Commit

Permalink
Add serviceworker context
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed May 18, 2014
1 parent 69dfdc3 commit f4ffe55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ <h3 id="requests"><span class="secno">2.2 </span>Requests</h3>
<i title="">object</i>,
<i title="">popup</i>,
<i title="">script</i>,
<i title="">serviceworker</i>,
<i title="">sharedworker</i>,
<i title="">style</i>, and
<i title="">worker</i>.
Expand Down Expand Up @@ -311,6 +312,10 @@ <h3 id="requests"><span class="secno">2.2 </span>Requests</h3>
<td><i title="">script</i>
<td><code title="">script-src</code>
<td>HTML's <code>script</code> element
<tr>
<td><i title="">serviceworker</i>
<td>
<td><code title="">navigator.serviceWorker.register()</code>
<tr>
<td><i title="">sharedworker</i>
<td><code title="">child-src</code>
Expand Down
5 changes: 5 additions & 0 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ <h3>Requests</h3>
<i title>object</i>,
<i title>popup</i>,
<i title>script</i>,
<i title>serviceworker</i>,
<i title>sharedworker</i>,
<i title>style</i>, and
<i title>worker</i>.
Expand Down Expand Up @@ -284,6 +285,10 @@ <h3>Requests</h3>
<td><i title>script</i>
<td><code title>script-src</code>
<td>HTML's <code>script</code> element
<tr>
<td><i title>serviceworker</i>
<td>&mdash;
<td><code title>navigator.serviceWorker.register()</code>
<tr>
<td><i title>sharedworker</i>
<td><code title>child-src</code>
Expand Down

0 comments on commit f4ffe55

Please sign in to comment.