Skip to content

Commit

Permalink
Add a note for Soft Update's force bypass cache flag. Fixes #753.
Browse files Browse the repository at this point in the history
  • Loading branch information
jungkees committed Oct 1, 2015
1 parent f333ad9 commit 4b475c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/service_worker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2611,6 +2611,7 @@ <h1>Soft Update</h1>
<dt>Input</dt>
<dd><var>registration</var>, a <a href="#dfn-service-worker-registration">service worker registration</a></dd>
<dd><em>force bypass cache flag</em>, an optional flag unset by default</dd>
<p class="note">Implementers may use the <em>force bypass cache flag</em> to aid debugging (e.g. invocations from developer tools), and other specifications that extend service workers may also use the flag on their own needs.</p>
<dt>Output</dt>
<dd>None</dd>
</dl>
Expand Down
1 change: 1 addition & 0 deletions spec/service_worker_1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2609,6 +2609,7 @@ <h1>Soft Update</h1>
<dt>Input</dt>
<dd><var>registration</var>, a <a href="#dfn-service-worker-registration">service worker registration</a></dd>
<dd><em>force bypass cache flag</em>, an optional flag unset by default</dd>
<p class="note">Implementers may use the <em>force bypass cache flag</em> to aid debugging (e.g. invocations from developer tools), and other specifications that extend service workers may also use the flag on their own needs.</p>
<dt>Output</dt>
<dd>None</dd>
</dl>
Expand Down

0 comments on commit 4b475c9

Please sign in to comment.