I'm using localForage and I'm creating a bunch of different stores using localforage.createInstance
.
Now I need to iterate these stores. I'm not able to keep track of what stores gets created, so I need that localForage to give me a list of the stores but I can't find anything like this in the API.
Is this possible?
No unfortunately there is nothing like this currently available. Here is the issue that currently tracks that request.