According to http://www.w3.org/TR/IndexedDB/#widl-IDBCursor-continue, the IDBCursor object has methods named “continue” and “delete”. Aren’t those reserved keywords? Why would they use these names in the specs?
My javascript compiler keeps warning me about the reserved keyword and its really annoying.
If you just want to “shut the compiler up” you can use string based property access instead:
is the same as