搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

What is the storage limitation for "indexDB" in Firefox 4?

  • 5 个回答
  • 10 人有此问题
  • 1 次查看
  • 最后回复者为 the-edmeister

more options

What is the storage limitation for "indexDB" in Firefox 4?

I need to know because I am writing an application with significant local storage requirements.

More then the 5 mb limit in the Local Storage API.

Your response is appreciated.

Thanks, David

'''What is the storage limitation for "indexDB" in Firefox 4?''' I need to know because I am writing an application with significant local storage requirements. More then the 5 mb limit in the Local Storage API. Your response is appreciated. Thanks, David

被采纳的解决方案

If the user grants permission for a site to exceed the 50 MB IndexedDB quota, then as far as I know Firefox does not impose any more limits. The only limits on the size of the IndexedDB database will be the user's disk space and operating system.

The localStorage quota is 5000KB, and there is no way for a web site to ask the browser for permission to store more than that amount in localStorage.

定位到答案原位置 👍 2

所有回复 (5)

more options

By default in Firefox 4, a site can use up to 50MB of IndexedDB storage. If it tries to use more than 50MB, Firefox will ask the user for permission: http://mxr.mozilla.org/mozilla-central/source/modules/libpref/src/init/all.js#101

In Firefox for mobile devices (Google Android and Nokia Maemo), Firefox will ask for permission if a site tries to use more than 5MB: http://mxr.mozilla.org/mozilla-central/source/mobile/app/mobile.js#571

more options

Thanks, this is great to know. A few more questions, if possible.

Will Firefox ask for permission if a site tries to use more than 5MB of "LocalStorage API"? Or is LocalStorage API strictly restricted to 5MB?

What are the maximum limits of local storage and indexDB storage, after getting all the permissions ? Can I put 4 gig in localstorage? in indexDB?

Thanks again for the great info! David

more options

选择的解决方案

If the user grants permission for a site to exceed the 50 MB IndexedDB quota, then as far as I know Firefox does not impose any more limits. The only limits on the size of the IndexedDB database will be the user's disk space and operating system.

The localStorage quota is 5000KB, and there is no way for a web site to ask the browser for permission to store more than that amount in localStorage.

more options

Hello, I'm using indexedDB, and when store more then 50mb, after that can't delete or clear that object store, just got an error without any more information why is error ocured.

more options

neemanjabuge started a thread here:
https://support.mozilla.com/en-US/questions/837358