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

Question: IndexedDB size limit #4550

Closed
Frozenfire92 opened this issue Feb 19, 2016 · 5 comments
Closed

Question: IndexedDB size limit #4550

Frozenfire92 opened this issue Feb 19, 2016 · 5 comments

Comments

@Frozenfire92
Copy link

  • Electron version: newest
  • Operating system: any

Is there a limit on IndexedDB for electron apps? I know it is somewhat dynamic between browsers link but I would assume it would be hard drive size dependent on electron apps. Asking because it wasn't in FAQ

@zcbenz
Copy link
Member

zcbenz commented Feb 21, 2016

We have the same size limitation with Chrome browser, which is "1/3 of the of available disk space".

@zcbenz zcbenz closed this as completed Feb 21, 2016
@Frozenfire92
Copy link
Author

Thank you

@mann-david
Copy link

Is there more recent information on the "1/3 of the of available disk space" comment from 2.5 years ago?

See this SO question: https://stackoverflow.com/questions/52921552/electron-indexeddb-limit

@wtoalabi
Copy link

wtoalabi commented Dec 1, 2019

It so happens that a new api that can help you determine your quota has been exposed.
https://developers.google.com/web/updates/2017/08/estimating-available-storage-space
What I would do is: know the quota and have a way of informing /warning my user when they are about to hit the quota.

@mann-david
Copy link

mann-david commented Dec 1, 2019 via email

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

No branches or pull requests

6 participants