http://www.w3.org/Bugs/Public/show_bug.cgi?id=9882
Summary: Behavior when attempting to write data to an
objectStore opened as read only unspecified
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]
When you open an objectStore with a read only mode, any subsequent write
operation should probably result in an error. I don't see anywhere in the spec
that specifically says this or mentions what error code should be used.
Currently in the spec, writing with the noOverwrite flag set causes a
CONSTRAINT_ERR, so I'm guessing that's the best one to go with for this
condition as well?
--
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.