How to delete indexedDB?

I’ve had success running the following in Chrome:

indexedDB.deleteDatabase('DB NAME')

Leave a Comment