Skip to content

Use IndexedDB instead of using localstorage #469

@Tetrax-10

Description

@Tetrax-10

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

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