- From: <bugzilla@jessica.w3.org>
- Date: Wed, 21 Mar 2012 15:33:34 +0000
- To: public-webapps@w3.org
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: dave.null@w3.org
ReportedBy: odinho@opera.com
QAContact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-webapps@w3.org
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.
Received on Wednesday, 21 March 2012 15:33:41 UTC