On Sep 27, 2014 12:57 PM, "David Rajchenbach-Teller" <dtel...@mozilla.com> 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, in > the scope of IndexedDB, is essentially the same as DOMRequest. Is this > change compatible with whatever is in store for IDBRequest?
There are no plans currently to make any changes to IDBRequest or IndexedDB in general. Like you point out, that would affect interoperability with other browsers, and may not be compatible with future IDB changes. Additionally, IDB's current transaction handling isn't really compatible with the spirit of the Promise spec. So larger changes would be needed to IDB in order to add promises to it. / Jonas _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform