Comment #15 on issue 23256 by jstritar: Document local storage options for extensions http://code.google.com/p/chromium/issues/detail?id=23256
One thing to keep in mind about using localStorage is that its wiped out when the user clears their browser history. Unless you do some clever caching or backups, this wipes out the user's settings for your extension. I think the two types of data (browsing vs extension) could be cleared separately since users really do not expect this to happen when they clear their history. Or maybe there is an alternative storage that works better for extension preferences? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
