Re: [IndexedDB] Isolation mode -- edit

On Thu, Apr 21, 2011 at 4:37 PM, Eliot Graff <Eliot.Graff@microsoft.com> wrote:
>> What we're trying to convey is that two requests placed against different can
>> execute in any order, but that this doesn't matter, and the isolation mode
>> and the transaction scheduling ensures that.
>>
>
> Thanks, that makes sense. Any objection to using your phraseology?
>
> There is no guarantee about the order in which results from requests in different transactions are returned. Similarly, the transaction modes ensure that two requests placed against different transactions can execute in any order without consequence.

I would say "without affecting what resulting data is stored in the
database". This since the order the events fire in can affect the
state of the javascript environment kept by the web page.

/ Jonas

Received on Tuesday, 26 April 2011 00:37:56 UTC