Pages

Sunday, January 20, 2013

Deleting IndexedDb

Currently there is no way in Chrome Developer Tools to delete IndexedDb. In order to do so, we need to open the profile directory, then get into the IndexedDB directory, and delete the storage there directly through the file system.

In Linux, this location is
/home/alen/.config/google-chrome/Default/IndexedDB/

For more information, see
User Data Directory - The Chromium Projects

No comments: