Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h1 id="title">Appcache Facts</h1>
<p>The <code>FALLBACK</code> section lists replacements for network URLs to be used when the browser is offline or the
remote server is unavailable.</p>
<p>The <code>SETTINGS</code> specifies settings for appcache behaviour. Currently, the only available setting is cache mode.</p>
<p><code>prefer-online</code>, which indicates that cached data should not be used when the browser has an active internet connection (supported in Firefox 14+ and Opera 12+). The default is <code>fast</code>, which uses the cache even when the browser has an active internet conncetion.</p>
<p><code>prefer-online</code>, which indicates that cached data should not be used when the browser has an active internet connection (supported in Firefox 14+ and Opera 12+). The default is <code>fast</code>, which uses the cache even when the browser has an active internet connection.</p>
</div>
</li>
<li>
Expand Down