[Bug 15721] [IndexedDB] Specify when calling transaction() should throw due to being called "too early"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15721

--- Comment #2 from Jonas Sicking <jonas@sicking.cc> 2012-03-26 11:43:32 UTC ---
Actually, the added language only stated when transactions should run. It
didn't say anything about when scheduling transactions should throw. And the
spec still had text in the IDBDatabase.transaction definition that said that we
should throw until the "success" event for the open call was fired.

I've fixed this to make it more clear that scheduling transactions is always
allowed once the versionchange transaction is committed.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 26 March 2012 11:43:36 UTC