Skip to content

Commit

Permalink
[e] (0) Include explicit text about how swapCache() doesn't change an…
Browse files Browse the repository at this point in the history
…ything but the active cache.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7725

git-svn-id: http://svn.whatwg.org/webapps@4048 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent 65f1ac4 commit e8789ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion index
Expand Up @@ -53622,7 +53622,15 @@ NETWORK:
<dt><var title="">cache</var> . <code title=dom-appcache-swapCache><a href=#dom-appcache-swapcache>swapCache</a></code>()</dt>
<dd>

<p>Switches to the most recent application cache, if there is a newer one. If there isn't, throws an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception.</p>
<p>Switches to the most recent application cache, if there is a
newer one. If there isn't, throws an
<code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception.</p>

<p>This does not cause previously-loaded resources to be reloaded;
for example, images do not suddenly get reloaded and style sheets
and scripts do not get reparsed or reevaluated. The only change is
that subsequent requests for cached resources will obtain the
newer copies.</p>

</dd>

Expand Down
10 changes: 9 additions & 1 deletion source
Expand Up @@ -60663,7 +60663,15 @@ NETWORK:
<dt><var title="">cache</var> . <code title="dom-appcache-swapCache">swapCache</code>()</dt>
<dd>

<p>Switches to the most recent application cache, if there is a newer one. If there isn't, throws an <code>INVALID_STATE_ERR</code> exception.</p>
<p>Switches to the most recent application cache, if there is a
newer one. If there isn't, throws an
<code>INVALID_STATE_ERR</code> exception.</p>

<p>This does not cause previously-loaded resources to be reloaded;
for example, images do not suddenly get reloaded and style sheets
and scripts do not get reparsed or reevaluated. The only change is
that subsequent requests for cached resources will obtain the
newer copies.</p>

</dd>

Expand Down

0 comments on commit e8789ce

Please sign in to comment.