How to view IndexedDB content in chrome?

I'm new to writing code, but I played with some chrome apps that use WebSQL for the database. I decided to learn IndexedDB, but needed something more visual to help me. WebSQL database entries can be easily seen on the resource tab in the "debugger", but the indexedDB database is not displayed there.

Chrome - v17, OS Ubuntu 11.10

Is there a workaround for this (plugin or something else)?

+6
source share
1 answer

If you use the Chromium or the Chrome dev channel, you can enable the experimental Dev Tools function to handle IndexedDB in the Resources panel.

https://plus.google.com/u/0/100132233764003563318/posts/7pbJUZCGk8U

+6
source

Source: https://habr.com/ru/post/911286/


All Articles