Hacker News new | ask | show | jobs
by throwaway64 5206 days ago
the default local storage limit for Firefox is 5 megs per domain.
1 comments

Sorry for nitpicking, but I think local storage is a part of Web Storage (http://dev.w3.org/html5/webstorage/), and not Application Cache (http://www.whatwg.org/specs/web-apps/current-work/multipage/... or http://dev.w3.org/html5/spec/offline.html).

I think that the Application Cache quota is not strictly connected to the local storage and session storage limits.

That's correct. Chromium has talked about unifying all these kinds of storage under one quota system, but it's not done yet.