Re: [ServiceWorker] Can Cache.add() committing at response resolution lead to duplicate requests? (#361)

Actually, that same quote is used for addAll() as well as put().  That suggests to me that we will wait for new the newly inserted Response to always completely download before proceeding.

Is it the intention to require add()/addAll()/put() to wait tor resolve until the new Response is complete even if there is an existing incumbent response?

Sorry for my confusion.

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

Received on Friday, 19 June 2015 14:20:47 UTC