Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

287
Views
If there is any function in firefox to get all indexedDB names?

In chrome, I used window.indexedDB.databases() method to get all indexedDb names.

But that same method is not wokring in firefox.

I will also try window.indexedDB.databases() similar methods like window.indexedDB.webkitdatabases() & window.indexedDB.mozwebkitdatabases().

For the above methods implementation will get the following error.

window.indexedDB.databases() is not a function.

Also I will try to use the indexedDB interfaces like IDBObjectStore,IDBDataBase...etc. But there is no use. They also give error in its implementation.

So kindly give some proper method or suggestion to get all indexedDB names.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

you have a method inside IDBFactory that give you the database list.

IDBFactory.databases A method that returns a list of all available databases, including their names and versions.

https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory but it is was not actually implemented !! you can read more on that in firefox bug report

So the only way to get the database names is by using the Storage Inspector within the Firefox DevTools.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!