Browser.cache.offline.capacityFrom MozillaZine Knowledge Base
[edit] BackgroundRecent versions of Mozilla offer an “offline cache†that web applications can use to store data for retrieval even when the browser is offline. Combined with online/offline events, developers can write JavaScript that acts intelligently until the connection is restored. This preference determines how much data can be stored in the offline cache. [edit] Possible values and their effectsA positive integer specifying the amount of disk space the offline cache may use, in kilobytes. Default value is 512000 (500MB). [edit] First checked in2007-03-13 by Robert O'Callahan (patch by Dave Camp) [edit] Has an effect in
[edit] Related bugs
[edit] Related preferences[edit] External links |