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,
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
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
3 matches
Mail list logo