- From: Jungkee Song <notifications@github.com>
- Date: Wed, 11 Oct 2017 01:56:23 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 October 2017 08:56:44 UTC
jungkees commented on this pull request. > 1. If |cacheExists| is true, then: - 1. Delete a <a>Record</a> {\[[key]], \[[value]]} <var ignore>entry</var> from its <a>name to cache map</a> where |cacheName| matches entry.\[[key]]. + 1. [=map/Remove=] the [=name to cache map=][|cacheName|]. 1. Return true. I'm not sure we can. For this particular case, I removed "in parallel". I think that's okay as the fulfillment handler's already scheduled async in the microtask queue. But for other similar cases, I didn't change them in this PR as I wasn't sure if they can all run in the main thread. I'll look at them as a separate work. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1190#discussion_r143949005
Received on Wednesday, 11 October 2017 08:56:44 UTC