Is there a way for an application to get a list of databases assigned to it's own origin/domain?
I have an app that creates and uses multiple indexeddb databases. It keeps track of each of them, but I would like to be able to delete all the databases and recreate them on demand so a user can get to a 'clean slate', even if the list the app maintains is corrupted some how.