Re: [ServiceWorker] Can caches store and retrieve results that are still being written to the cache? (#573)

And if you have two cache.add() calls with overlapping requests at the same time, then its a bit non-deterministic which ends up in the cache, right? Whichever one finishes first will delete the other.

Not sure that's a problem, just trying to think through the races.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/573#issuecomment-65632510

Received on Thursday, 4 December 2014 13:40:20 UTC