Re: [IndexedDB] Re: [Bug 9882] New: Behavior when attempting to write data to an objectStore opened as read only unspecified

2010-06-08 Thread Jeremy Orlow
On Tue, Jun 8, 2010 at 6:56 PM, Shawn Wilsher wrote: > On 6/8/2010 10:22 AM, bugzi...@jessica.w3.org wrote: > >> 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

[IndexedDB] Re: [Bug 9882] New: Behavior when attempting to write data to an objectStore opened as read only unspecified

2010-06-08 Thread Shawn Wilsher
On 6/8/2010 10:22 AM, bugzi...@jessica.w3.org wrote: 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 sp