I'm pretty sure this was discussed and that EMCA5 does make it possible to use continue as we do. At least that's the conclusion we had with delete. My guess is that the JavaScriptCore (WebKit's main JavaScript engine) parser needs to be changed. If so, you should probably file a bug at webkit.org.
J On Mon, Dec 6, 2010 at 2:27 AM, Charles Pritchard <[email protected]> wrote: > I just noticed that the cursor "continue" method in IndexedDB runs afoul of > the Safari js parser, with "continue" being a reserved word. > > Was there any discussion on this issue? Should there be? Should I not worry > about it, and use cursor['continue'] instead of cursor.continue() ? > > -Charles > >
