[whatwg] Database feedback

Aaron Boodman aa at google.com
Wed Nov 26 08:58:40 PST 2008


On Wed, Nov 26, 2008 at 3:46 AM, Ian Hickson <ian at hixie.ch> wrote:
> We could have a .writeTransaction() and a .readTransaction(), where the
> former always run in isolation.
>
> Any preferences?

My preference is for separating read transactions from write
transactions. Then the API could throw if you tried to write in a read
transaction.

- a



More information about the whatwg mailing list