Kahla.App icon indicating copy to clipboard operation
Kahla.App copied to clipboard

Consider using localForge to replace localStorage

Open Anduin2017 opened this issue 4 years ago • 0 comments

https://github.com/localForage/localForage

Unified a standard interface for all places that need to access localstorage. So we only need to change the implementation and can easily change the provider of the cache service.

Or, add some additional features, such as automatic localstorage expiration. After I completely change, replacing our underlying storage service is a very simple matter.

Anduin2017 avatar Nov 09 '20 06:11 Anduin2017