Re: Intent to implement and ship: DOMRequest.then

2014-09-27 Thread Jonas Sicking
On Sep 27, 2014 12:57 PM, "David Rajchenbach-Teller" wrote: > > Speaking only for myself: I have been waiting for this for, well, > basically since IndexedDB landed. I am a bit worried by this being > Mozilla-specific, though. > > If my memory serves, W3C specifies the IDBRequest interface which,

Re: Intent to implement and ship: DOMRequest.then

2014-09-27 Thread David Rajchenbach-Teller
Speaking only for myself: I have been waiting for this for, well, basically since IndexedDB landed. I am a bit worried by this being Mozilla-specific, though. If my memory serves, W3C specifies the IDBRequest interface which, in the scope of IndexedDB, is essentially the same as DOMRequest. Is thi

Intent to implement and ship: DOMRequest.then

2014-09-27 Thread Ehsan Akhgari
Summary: DOMRequest is an API that we implemented before DOM promises were available, and it is superseded by Promise. It is, however, incompatible with the Promise API in three main ways: its API surface is completely different, it uses DOM events to dispatch success/error events, and its events