Closed Bug 1358922 Opened 9 years ago Closed 6 years ago

IDBFactory.deleteDatabase() should mention that attempting to delete a non-existent database is not an error

Categories

(Developer Documentation Graveyard :: API: IndexedDB, defect, P5)

All
Other
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mstange, Assigned: cmills)

References

()

Details

:: Developer Documentation Request Request Type: Correction Gecko Version: unspecified Technical Contact: :: Details I think this should be called out explicitly, since it's different from e.g. deleteObjectStore which *does* fire an exception when the object store doesn't exist.
Component: General → API: IndexedDB
I've added a note about this to the name parameter description, and also checked that the relevant exception is correctly called out on https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/deleteObjectStore.
Assignee: nobody → cmills
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.