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: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
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.