Re: IndexedDB: ambiguity around IDBTransaction.error

2012-05-29 Thread Alec Flett
Done. https://www.w3.org/Bugs/Public/show_bug.cgi?id=17236 On Tue, May 29, 2012 at 2:31 AM, Jonas Sicking wrote: > On Fri, May 25, 2012 at 1:16 PM, Alec Flett wrote: > > I have found what feels like an ambiguity in the spec around > > IDBTransaction..error and when it is available. > > > > In p

Re: IndexedDB: ambiguity around IDBTransaction.error

2012-05-29 Thread Jonas Sicking
On Fri, May 25, 2012 at 1:16 PM, Alec Flett wrote: > I have found what feels like an ambiguity in the spec around > IDBTransaction..error and when it is available. > > In particular, the spec says: >> >> When the done flag is true, getting this property must return the error of >> the request that

IndexedDB: ambiguity around IDBTransaction.error

2012-05-26 Thread Alec Flett
I have found what feels like an ambiguity in the spec around IDBTransaction.error and when it is available. In particular, the spec says: > When the done flag is > true, getting this property *must* return the error of the request that > caused t