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
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
The text was updated successfully, but these errors were encountered:
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 of5MB
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 ImagesThe text was updated successfully, but these errors were encountered: