I recently discovered that it's possible for the user to clear HTML5's localStorage
value, which caused me to wonder... exactly how persistant is localStorage
? If Flash crashes and wipes all my cookies, would I lose my localStorage data? What if my local cache was cleared to make way for a browser update?
I've seen this answer, but it doesn't address browser crashes, updates, cache clearing, etc. Is localStorage
really and truly permanent, as the aforementioned answer seems to mantain?