- From: <bugzilla@jessica.w3.org>
- Date: Wed, 22 Feb 2012 15:31:42 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16017 --- Comment #1 from Odin Hørthe Omdal <odinho@opera.com> 2012-02-22 15:31:40 UTC --- IDBCursor.advance is saying "continue()" instead of "advance()": Calling this method more than once before new cursor data has been loaded is not allowed and results in a DOMException of type InvalidStateError being thrown. For example, calling continue() twice from the same onsuccess handler results in a DOMException of type InvalidStateError being thrown on the second call. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Wednesday, 22 February 2012 15:31:54 UTC