From cc7d5286a6f0ab4741e0d8867b913d24342955e9 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Mon, 15 Feb 2010 17:02:36 +0000 Subject: [PATCH] Added demo showing how database rollbacks happen --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5128408..6bd2436 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,8 @@ li {
  • offline detection (FF3.5, iPhone OS 3)
  • offline application using the manifest (Safari 4, FF3.5.3) (Note: pre-FF3.5.3 has a bug)
  • Storage (all bar Opera)
  • -
  • Web Database Storage (Safari, iPhone OS 3)
  • +
  • Web SQL Database Storage (Safari, iPhone OS 3, Opera 10.50)
  • +
  • Web SQL Database - rollback test (Safari, iPhone OS 3, Opera 10.50)
  • Web Workers (watch out - uses a lot of CPU! example without - will hang your browser)