Re: [IndexedDB] Current editor's draft

  On 7/7/2010 12:27 AM, Jonas Sicking wrote:
> This interface allows asynchronously requesting more objectStores to
> be locked. The author must take care whenever calling openObjectStores
> that the request might fail due to deadlocks.
>
> But as previously stated, I think this adds too much complexity and
> too much racyness to the API. And so I'd prefer to not add this.
I feel like we should not be creating an API that allows for deadlocks 
to happen.  Especially with an API that allows for races to happen 
(which we have) such that it will be hard for web developers to test to 
ensure they do not have deadlocks.

Cheers,

Shawn

Received on Thursday, 8 July 2010 01:18:03 UTC