Any reason why indexDB doesnt remove this method indexedDB.databases() to improve security of the databases stored?
Why would anyone want to read through all the databases on a browser storage? Why would anyone want to give access to databases to entities who dont know the db name? On top of it it allows the below method as well to get the names of all the object stores.