RE: [IndexedDB] Isolation mode -- edit

> 
> 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

Made the change in the speclet:

There is no guarantee about the order that 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 affecting what resulting data is stored in the database.

Thanks for your help.

E

Received on Tuesday, 26 April 2011 22:36:59 UTC