Re: Indexed DB + Promises

On 28/09/15 22:14, Marc Fawzi wrote:
> <<
> Instead of having .promise to appended to the IDB methods as
> in `store.openCursor(query).promise` why couldn't you configure the IDB
> API to be in Promise returning mode and in that case openCursor(query)
> would return a Promise.
>>>
> 
> I meant user configurable, maybe as a global config.

That sounds problematic. What if a codebase is modernized piecewise, and
only some modules have been made Promise-friendly?


-- 
David Rajchenbach-Teller, PhD
 Performance Team, Mozilla

Received on Monday, 28 September 2015 20:26:55 UTC