Added demo showing how database rollbacks happen

This commit is contained in:
Remy Sharp 2010-02-15 17:02:36 +00:00
parent af5dbef0cc
commit cc7d5286a6
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@ li {
<li><a href="offline">offline detection</a> (FF3.5, iPhone OS 3)</li>
<li><a href="offlineapp">offline application using the manifest</a> (Safari 4, FF3.5.3) (<em>Note: pre-FF3.5.3 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=501422">has a bug</a></em>)</li>
<li><a href="storage">Storage</a> (all bar Opera)</li>
<li><a href="database">Web Database Storage</a> (Safari, iPhone OS 3)</li>
<li><a href="database">Web SQL Database Storage</a> (Safari, iPhone OS 3, Opera 10.50)</li>
<li><a href="database-rollback">Web SQL Database - rollback test</a> (Safari, iPhone OS 3, Opera 10.50)</li>
<li><a href="worker">Web Workers</a> (watch out - uses a <em>lot</em> of CPU! <a href="non-worker">example without - will hang your browser</a>)</li>
</ul>