List All the Databases
Learn to display the databases present in IndexedDB for the current origin.
We'll cover the following
The databases()
method
The databases()
method, when called on the IndexedDB object, will return a list of all the databases present in the current origin.
Syntax
Get hands-on with 1400+ tech skills courses.