- From: Aaron Boodman <aa@google.com>
- Date: Wed, 26 Nov 2008 08:58:40 -0800
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
Received on Wednesday, 26 November 2008 08:58:40 UTC