You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FS should be able to tell what is the current name with which it was initialized the last time (And maybe the options). Right now the only way to know the name is by querying fsInstance.promises._backend._store and check if it is undefined or if it has a _storeName this would be useful to not initialize the same database twice when you have multiple databases in the same thread that depend on user options
The text was updated successfully, but these errors were encountered:
The FS should be able to tell what is the current name with which it was initialized the last time (And maybe the options). Right now the only way to know the name is by querying
fsInstance.promises._backend._store
and check if it is undefined or if it has a_storeName
this would be useful to not initialize the same database twice when you have multiple databases in the same thread that depend on user optionsThe text was updated successfully, but these errors were encountered: