Re: [whatwg/storage] Define the behavior when calling persist() if the resource has been already used (#25)

Indeed. I don't see a problem with allowing IndexedDB databases to remain open. Nor to allow localStorage or Cache API to continue to be used.

At least in the Gecko implementation we don't actually need to modify the storage files themselves when an origin is being persisted. We just change metadata which is stored elsewhere.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/issues/25#issuecomment-215297845

Received on Thursday, 28 April 2016 03:07:46 UTC