Re: IndexedDB: undefined parameters

On 10/10/12 9:12 PM, Boris Zbarsky wrote:
> Note that all this affects openCursor and the like only tangentially,
> because those take an "any" type and hence have to do type introspection
> anyway.

And in particular, "any" can represent undefined directly, so the callee 
can simply look to see whether undefined was passed.

-Boris

Received on Thursday, 11 October 2012 01:23:12 UTC