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

Use IndexedDB instead of using localstorage #469

Open
Tetrax-10 opened this issue Oct 16, 2024 · 0 comments
Open

Use IndexedDB instead of using localstorage #469

Tetrax-10 opened this issue Oct 16, 2024 · 0 comments

Comments

@Tetrax-10
Copy link

What kind of feature request is this?

Feature improvements – suggestions for something that can make a current feature a bit better.


Is your feature request related to a problem? Please describe.

localstorage has a size limit of 5MB so when I set image URLs as base64 to avoid remote connections and load fast, the storage gets full just for few urls.


Describe the solution you'd like

Using IndexedDB can over come this problem and it can manage large amounts of data very efficient.


Describe alternatives you've considered

None


Additional context

I have implemented IndexedDB on my userscript to overcome this storage issue. You can reffer it: Letterboxd Custom Images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant