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

On Sat, Jul 3, 2010 at 1:52 AM, Andrei Popescu <andreip@google.com> wrote:
> 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.
>

Fixed.

Andrei

Received on Monday, 5 July 2010 17:34:04 UTC