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 IndexDB instead of localStorage on web #31

Open
miklcct opened this issue Apr 8, 2024 · 0 comments
Open

Use IndexDB instead of localStorage on web #31

miklcct opened this issue Apr 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@miklcct
Copy link

miklcct commented Apr 8, 2024

localStorage has a 5 MB limitation that can easily be reached by just storing a few large documents. Also it is not suitable for storing documents as everything needs to be stringified and back, while IndexDB is designed to store documents natively.

@chuyentt chuyentt added the enhancement New feature or request label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants