Offline-apps.quota.warn

From MozillaZine Knowledge Base
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Background

The HTML 5 Specification defines a mechanism allowing web pages to store information and pre-cached data with a web browser. By default, the amount of data a given site may store is determined by dom.storage.default_quota, but sites may be granted extra space for use with offline APIs. This preference determines the point at which the user should be warned about current disk usage for offline apps’ storage.

Possible values and their effects

Threshold at which the user should be warned of disk usage for offline apps, in kilobytes. Default value is 51200 (50MB).

First checked in

2008-01-23 by Dave Camp

Has an effect in

  • Firefox (nightly builds since 2008-01-23)
  • SeaMonkey (nightly builds since 2008-01-23)

Related bugs

Related preferences

External links