3

I have an app using WebSQL database. I can debug database when running app on my computer in Chrome. But when I try to debug it on my iPod (hooked up to my computer, using Safari's Web Inspector) there is no WebSQL folder under Resources. There are only Local Storage and Session Storage. Where did the WebSQL database folder go? I'm using OS X 10.9.5, Safari 7.1, iOS 8.3.

drinovc
  • 521
  • 5
  • 16

1 Answers1

9

Once you've opened the storage tab, try hitting the refresh button (just above the network tab for me).

BlinkyBill
  • 397
  • 2
  • 12