This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
removeObjectStore/removeIndex should probably be renamed to deleteObjectStore/deleteIndex for consistency with the change to make other remove methods be delete methods. This was discussed in the "[IndexedDB] Should removeIndex/ObjectStore be renamed to match s/remove/delete/ elsewhere?" thread.
I also rename IDBDatabase.objectStores to IDBDatabase.objectStoreNames to match IDBObjectStore.indexNames as well as be more descriptive.