- From: Mike Clement <mikec@google.com>
- Date: Wed, 21 Apr 2010 12:10:41 -0700
- To: public-webapps@w3.org
- Message-ID: <t2q3ecc8b3f1004211210z7728fec9w9cf9095007350855@mail.gmail.com>
FWIW, the "transient" vs. "permanent" storage support is exactly why I eagerly await an implementation of EricU's Filesystem API. Being able to guarantee that the UA will not discard potentially irreplaceable data is of paramount importance to web apps that want to work in an offline mode. I also find that the current arbitrary quota limit of 5MB per domain makes local storage APIs unusable for all but the most rudimentary apps (e.g., sticky note demo apps). There is an asymmetric distribution of local storage needs out there that no one is yet addressing (e.g., a photo- or video-related app might need GBs of local storage, an offline mail app might need tens or hundreds of MB, a TODO list app might only need kilobytes, etc.). I wholeheartedly support any effort to coordinate quota management among all of the various local storage APIs. The issue of quota limits is something that browser vendors will need to address soon enough, and it's probably best left up to them. The need for "permanent" storage across all local storage APIs, though, is something that in my opinion should come out of the standardization process. --mike clement
Received on Wednesday, 21 April 2010 19:20:58 UTC