Re: [IndexedDB] Should .add/.put/.update throw when called in read-only transaction?

On Fri, Jul 2, 2010 at 9:45 PM, Jonas Sicking <jonas@sicking.cc> wrote:
> On Fri, Jul 2, 2010 at 1:02 PM, Andrei Popescu <andreip@google.com> wrote:
>> On Fri, Jul 2, 2010 at 10:43 AM, Jonas Sicking <jonas@sicking.cc> wrote:
>>> Filed http://www.w3.org/Bugs/Public/show_bug.cgi?id=10064
>>
>> Fixed. Please have a look, in case I missed or got anything wrong. Thanks!
>
> For add and put you should not throw DATA_ERR if the objectStore has a
> key generator.
>

Oh, I thought I added a sentence about that. Will fix on Monday.

Thanks,
Andrei

Received on Saturday, 3 July 2010 00:52:47 UTC