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
If I use setPrefixto set the prefix 'mu-stuff-' my local storage keys will get the name mu-stuff-.key. I need this to keep compatibility with the old local storage solution we used (ngStorage) which uses 'ngStorage-' as prefix.
I think I can do a workaround by looking for the old ones during startup and change their name, but it will require me to understand the local storage mechanism without any abstractions.
The text was updated successfully, but these errors were encountered:
If I use
setPrefix
to set the prefix 'mu-stuff-' my local storage keys will get the namemu-stuff-.key
. I need this to keep compatibility with the old local storage solution we used (ngStorage) which uses 'ngStorage-' as prefix.I think I can do a workaround by looking for the old ones during startup and change their name, but it will require me to understand the local storage mechanism without any abstractions.
The text was updated successfully, but these errors were encountered: