Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Common Interface between ILocalStorageService and ISessionStorageService #234

Open
denispaluca opened this issue Dec 19, 2023 · 0 comments
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged

Comments

@denispaluca
Copy link

Problem
I am trying to develop a common base class for the browser storage from which I will have inherit my own local and session storage services. The blazored service will be passed to the base storage. This does not work currently since the different services implement their own interfaces, even when they are identical.

Solution
Have a common interface IBrowserStorageService, which is inherited by ILocalStorageService and ISessionStorageService.

@denispaluca denispaluca added Feature Request Request to add a new feature Triage Issue needs to be triaged labels Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Request to add a new feature Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant