[Bug 16513] Use WebIDL enum for IDBDatabase.transaction's mode argument

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

Joshua Bell <jsbell@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jsbell@chromium.org
         Resolution|---                         |FIXED

--- Comment #2 from Joshua Bell <jsbell@chromium.org> ---
Spec updated: https://dvcs.w3.org/hg/IndexedDB/rev/f3d40c6295ac

* TransactionMode enum declared using WebIDL, definitions of "readonly",
"readwrite", "versionchange" incorporated

* IDBDatabase.transaction() and IDBDatabaseSync.transaction() updated in WebIDL
to reference TransactionMode enum and prose to drop explicit references to
throwing TypeError.

* IDBTransaction.mode and IDBTransactionSync.mode updated to reference
TransactionMode enum

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 28 February 2013 22:45:17 UTC