[Bug 16653] IndexedDB: Define overloads for IDBDatabase.transaction()

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

Jonas Sicking <jonas@sicking.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robin@berjon.com

--- Comment #1 from Jonas Sicking <jonas@sicking.cc> 2012-04-06 22:55:06 UTC ---
I don't think we can do this until ReSpec is changed to support it. Please let
me know if I'm wrong though.

I *think* the proper WebIDL syntax would be

enum transactionMode { "readonly, "readwrite" };
IDBTransaction transaction ((DOMString or sequence<DOMString>) storeName,
                            optional transactionMode mode);

-- 
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 Friday, 6 April 2012 22:55:10 UTC