Re: Feature-detectable API extensions?

On 8/27/13 5:21 PM, Joshua Bell wrote:
>     In this case, yes: passing "" or 0 would throw.
>
> Is Norbert asking about the existing IDBCursor continue() method?

I assumed he meant the new signature.

The old signature ignores the second arg completely.

The new signature will throw for some values of the second arg.

So if you pass one of those values and get an exception, you're looking 
at the new signature.

-Boris

Received on Tuesday, 27 August 2013 21:29:06 UTC