https://www.w3.org/Bugs/Public/show_bug.cgi?id=16465
Summary: [IndexedDB] Error handling of
db.transaction('mystore', 'some invalid value here')
should be defined
Product: WebAppsWG
Version: unspecified
Platform: All
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]
Right now it isn't defined what happens if you don't input "readonly" or
"readwrite".
"versionchange" also exist, -- but it's not valid for transaction(), but it
needs to be defined in some way.
Also, I guess it'd be interesting to get the same for openCursor etc. as well.
What is done now? Throwing InvalidStateError? Ignoring and doing default
"readonly"?
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.