Javascript – Create multiple stores in IndexedDB and get notification when all are available
I am new to IndexedDB and trying to create a database with many stores in it. After creating the stores my app can go ahead and add records to it, but I need to be sure that all stores have…