Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view IndexedDB content in chrome?

I am fairly new to writing code, but I played around with some chrome apps which use WebSQL for DB. I decided to learn IndexedDB, but needed something more visual, to help me out. WebSQL database entries can be easily seen in in resources tab in "debugger", but indexedDB database is not shown there.

Chrome is v17, OS Ubuntu 11.10

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

like image 680
deckoff Avatar asked Mar 21 '12 10:03

deckoff


1 Answers

If you use Chromium or the dev channel of Chrome you can enable an experimental Dev Tools feature to surface IndexedDB in the Resources panel.

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

like image 186
abraham Avatar answered Sep 28 '22 23:09

abraham