- From: Charles Pritchard <chuck@jumis.com>
- Date: Sun, 05 Dec 2010 18:27:42 -0800
- To: public-webapps@w3.org
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
Received on Monday, 6 December 2010 02:28:11 UTC