On Thu, Aug 19, 2010 at 1:34 PM, Jeremy Orlow <[email protected]> wrote:
>> We also remove the return value from .continue() and make it "return
>> void". It doesn't make sense to return a bool indicating if this was
>> the last entry or not since we only know that information
>> asynchronously.
>
> Do you have thoughts on whether it should return an IDBRequest object
> though?  Obviously the request object it returns would be the same one
> originally returned from .openCursor().  As I mentioned in my reply, I could
> see it being confusing, but for completeness I wanted to hear your thoughts.

I don't think we should return a request, even the existing one. I
can't see an advantage, and it just risks making authors think that
they have to reregister event handlers etc.

/ Jonas

Reply via email to