[Bug 11187] New: [IndexedDB] Repeated calls to IDBCursor.continue() should throw

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11187

           Summary: [IndexedDB] Repeated calls to IDBCursor.continue()
                    should throw
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Indexed Database API
        AssignedTo: andreip@google.com
        ReportedBy: jorlow@chromium.org
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, public-webapps@w3.org


If IDBCursor.continue() is called after a previous .continue() call but before
its onsuccess/onerror call, we should throw a NOT_ALLOWED_ERR.  This was
discuseed on list in replies to bug 10430's filing.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Monday, 1 November 2010 11:52:11 UTC