- From: Jeremy Orlow <jorlow@chromium.org>
- Date: Thu, 19 Aug 2010 22:11:59 +0100
- To: Jonas Sicking <jonas@sicking.cc>
- Cc: public-webapps@w3.org
Received on Thursday, 19 August 2010 21:12:48 UTC
I updated the bug. On Thu, Aug 19, 2010 at 9:53 PM, Jonas Sicking <jonas@sicking.cc> wrote: > On Thu, Aug 19, 2010 at 1:34 PM, Jeremy Orlow <jorlow@chromium.org> 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 >
Received on Thursday, 19 August 2010 21:12:48 UTC