Replies: 1 comment
-
Hi, This feature doesn't not exist, and I currently have no availability to work on that. Current possibilities are:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I want to have several services in the same module with different namespace for indexedDB
Reason
I have different services responsible for storing charts data and some other operations data. I have already store data at default prefix ('local-storage')
What I expect
I was trying to create an own instance of storage like:
What I got
IndexedDBDatabase is not exportable for now. Is there any way to do it without touching app module.
What I want
To create another service with different prefix for indexDB in the same module
Beta Was this translation helpful? Give feedback.
All reactions