Re: IndexedDB: undefined parameters

On Wed, Oct 10, 2012 at 10:57 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
>>> (As a side note, the IDL for openCursor is not valid WebIDL, because
>>> "any?"
>>> is not a valid WebIDL type.)
>>
>>
>> That sounds like a WebIDL bug.
>
> It's a bug in the IDL for openCursor, since "any" already allows null as a
> value so "any?" is nonsensical just like "Node??" would be nonsensical.

Sorry, I saw '?' and thought 'optional'. This is indeed a IndexedDB spec bug.

/ Jonas

Received on Thursday, 11 October 2012 19:15:03 UTC