Skip to content

Prefix always end with a dot (.) #357

@code-and-such

Description

@code-and-such

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions