I was working on a Firefox add-in that uses indexedDB to create a database locally. However, I cannot see the contents of my database using the repository viewer in Firefox web development tools. When I expand below “Indexed DB” on the “Storage” tab, I see different domain names, but not my database name, nor localhost. I also keep getting the message “No data for selected host” no matter where I click.
(I would post a screenshot, but the system will not allow me, since I am too new here.)
Does the storage browser always have problems finding locally created databases? Or could it mean that my database is not being created properly? My extra code seems to have access to it just fine.
All suggestions are welcome.
Thanks Sarah
source
share