- From: Andrei Popescu <andreip@google.com>
- Date: Thu, 15 Jul 2010 20:42:32 +0100
- To: victor.hong@nokia.com
- Cc: jorlow@chromium.org, public-webapps@w3.org
On Thu, Jul 15, 2010 at 8:27 PM, <victor.hong@nokia.com> wrote: > The example in introdution section looks good. > > I quoted from section 3.2.2 The INBRequest Interface. > > Example > In the following example, we open a database asynchronously. Various event > handlers are registered for responding to various situations. > > ECMAScript > indexedDB.request.onsuccess = function(evt) {...}; > indexedDB.request.onerror = function(evt) {...}; > indexedDB.open('AddressBook', 'Address Book'); > > Maybe this needs to be updated? > My bad, I missed that example. Will fix. Thanks, Andrei
Received on Thursday, 15 July 2010 19:43:02 UTC