[Bug 11389] New: IDBTransaction.READ_ONLY should probably be 0

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11389

           Summary: IDBTransaction.READ_ONLY should probably be 0
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Indexed Database API
        AssignedTo: dave.null@w3.org
        ReportedBy: jorlow@chromium.org
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, public-webapps@w3.org


IDBTransaction.READ_ONLY should probably be 0 rather than 1.  READ_WRITE (which
is currently 0) used to be the default, but it no longer is.  Often with enums
like this, the 0th item is the default so it probably makes sense to switch the
two.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 23 November 2010 12:29:15 UTC