Re: [IndexedDB] Re: onsuccess callback in race condition?

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