Dexie.delete()
Syntax
Return Value
Promise
Description
Deletes the database and calls the then()
method of the returned Promise when done. If the database does not exist (db.open()
was never called) this method will also succeed.