Re: [IndexedDB] Changes to IDBRequest and specification of the success and error events

2010-05-10 Thread Jeremy Orlow
On Thu, May 6, 2010 at 9:23 PM, ben turner bent.mozi...@gmail.com wrote: Hi folks, We've been playing around with the async API and have made some changes to the IDBRequest interface that we'd like feedback on and hopefully inclusion in the spec. Here's what we have now: interface

[IndexedDB] Changes to IDBRequest and specification of the success and error events

2010-05-06 Thread ben turner
Hi folks, We've been playing around with the async API and have made some changes to the IDBRequest interface that we'd like feedback on and hopefully inclusion in the spec. Here's what we have now: interface IDBRequest : EventTarget { void abort(); const unsigned short INITIAL = 0;