Re: [IndexedDB] Throwing when *creating* a transaction

2011-11-01 Thread Jonas Sicking
shua Bell > Sent: Monday, October 31, 2011 5:06 PM > To: Webapps WG > Subject: Re: [IndexedDB] Throwing when *creating* a transaction > > > > On Mon, Oct 31, 2011 at 3:02 PM, Jonas Sicking wrote: > > Hi guys, > > Currently the spec contains the following sentence: >

RE: [IndexedDB] Throwing when *creating* a transaction

2011-10-31 Thread Israel Hilerio
IE is okay with removing this from the spec. Israel On Monday, October 31, 2011 5:06 PM, Joshua Bell wrote: From: jsb...@google.com [mailto:jsb...@google.com] On Behalf Of Joshua Bell Sent: Monday, October 31, 2011 5:06 PM To: Webapps WG Subject: Re: [IndexedDB] Throwing when *creating* a

Re: [IndexedDB] Throwing when *creating* a transaction

2011-10-31 Thread Joshua Bell
On Mon, Oct 31, 2011 at 3:02 PM, Jonas Sicking wrote: > Hi guys, > > Currently the spec contains the following sentence: > > "Conforming user agents must automatically abort a transaction at the > end of the scope in which it was created, if an exception is > propagated to that scope." > > This m

[IndexedDB] Throwing when *creating* a transaction

2011-10-31 Thread Jonas Sicking
Hi guys, Currently the spec contains the following sentence: "Conforming user agents must automatically abort a transaction at the end of the scope in which it was created, if an exception is propagated to that scope." This means that the following code: setTimeout(function() { doStuff(); t