What are the quota limitations of indexedDB in google chrome? Somehow, there seems to be very little mentioned on this out there. Can I use unlimited quota with user permission like in firefox?
Asked
Active
Viewed 2,749 times
3
-
Check out this question: http://stackoverflow.com/questions/10988569/what-are-the-storage-limits-for-the-indexed-db-on-googles-chrome-browser – dgrogan Aug 04 '12 at 04:26
1 Answers
3
Unlimited wasn't talked about in that other question, but you can read about it here: https://developers.google.com/chrome/whitepapers/storage#unlimited
The short version is that you can request unlimited indexeddb storage for an app or extension, but not a normal page.

dgrogan
- 2,587
- 1
- 17
- 21