On Thu, Jul 15, 2010 at 8:27 PM, <[email protected]> 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
