No way to delete IndexedDB under Google Chrome
How to delete IndexedDBs in Google Chrome? I've performed "Clear browsing data" and nothing happened. There is still bunch of IndexedDB from different domains... All other data has been removed. In Developer Tools is no option to delete IndexedDB. According to: http://code.google.com/p/chromium/issues/detail?id=116372 You will have the option to clear indexedDB (and other client side storage options like: localstorage etc') soon... According to http://code.google.com/p/chromium/issues/detail?id=64050 , IndexedDB directories don't get deleted if there are open connections to them. Have you