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

In the Gecko implementation, persistent data storage repository is under <profile>/storage/permanent,  and temporary data storage repository is under <profile>/storage/temporary. If we call `persist()`, current Gecko implementation (QuotaManager) should move real files from temporary to permanent folder after calling persist().  And if there are other tabs open idb files, we can't move the files immediately, so it's possible we will never resolve the promise. This is why I raised this issue. I will ask Jan Varga to comment this issue.

---
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-215371336

Received on Thursday, 28 April 2016 09:49:20 UTC