I\'m working in a project which involves using IndexedDB. As I\'m begining to know this technology, I need to be able to delete an indexedDB by hand so I can start over.
Alternarive is to do it in the developers console, using this command:
indexedDB.deleteDatabase("databaseName")