- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 27 Apr 2016 04:56:59 -0700
- To: whatwg/storage <storage@noreply.github.com>
- Cc:
Received on Wednesday, 27 April 2016 11:57:29 UTC
So the scenario is that you have `https://example.com/` open twice and while using IndexedDB in one tab the other tab invokes `persist()`? We used to have a concept of "storage mutex" in the platform, but nobody wanted to implement that, instead favoring race conditions. https://github.com/whatwg/html/issues/335#issuecomment-156498370 has some ideas of what we could settle on instead, where you send storage updates to a storage thread responsible for all storage. None of that is formalized however. --- 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-215060302
Received on Wednesday, 27 April 2016 11:57:29 UTC