Re: [IndexedDB] How to recover data from IndexedDB if the origin domain don't exist anymore?

On Tue, Jan 15, 2013 at 3:57 PM, piranna@gmail.com <piranna@gmail.com>wrote:

> Ideas? Doubts? Comments? :-)
>

The use case here is not compelling enough for this amount of complexity.
IndexedDB is not guaranteed to be persistent so you can't really have a
server-less webapp if you want reliability.  Once you have server-side
state there's no point in jumping through all these hoops if you switch
domains, just repopulate the DB from the server.

- Kyle

Received on Wednesday, 16 January 2013 12:35:20 UTC