https://www.w3.org/Bugs/Public/show_bug.cgi?id=17681
Eliot Graff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #4 from Eliot Graff <[email protected]> --- Made the following additions to method descriptions: IDBDatabase.transaction() & IDBDatabaseSync.transaction() If the value for the mode parameter is invalid, this method MUST throw a JavaScript TypeError exception. IDBObjectStore.openCursor() & IDBObjectStoreSync.openCursor() If the value for the direction parameter is invalid, this method MUST throw a JavaScript TypeError exception. IDBIndex.openCursor() & IDBIndexSync.openCursor() If the value for the direction parameter is invalid, this method MUST throw a JavaScript TypeError exception. IDBIndex.openKeyCursor() & IDBIndexSync.openKeyCursor() If the value for the direction parameter is invalid, this method MUST throw a JavaScript TypeError exception. IDBCursor.advance() & IDBCursorSync.advance() Nothing added. This already existed: If the value for count is 0 (zero) or a negative number, this method MUST throw a JavaScript TypeError exception. IDBFactory.open() & IDBFactorySync.open() If the value of version is 0 (zero) or a negative number, this method MUST throw a JavaScript TypeError exception. -- You are receiving this mail because: You are on the CC list for the bug.
