- From: Jungkee Song <notifications@github.com>
- Date: Thu, 29 Jun 2017 03:02:49 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 June 2017 03:03:22 UTC
jungkees commented on this pull request. > 1. For each |equivalentJob| in |job|'s <a>list of equivalent jobs</a>: - 1. If |equivalentJob|'s [=job/client=] is not null, <a>queue a task</a> to resolve |equivalentJob|'s [=job/job promise=] with |value| on |equivalentJob|'s [=job/client=]'s <a>responsible event loop</a> using the <a>DOM manipulation task source</a> as the <a>task source</a>. + 1. If |equivalentJob|'s [=job/client=] is null, continue to the next iteration of the loop. Addressed. I'll change the other places in a separate patch. -- 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/1054#discussion_r124703117
Received on Thursday, 29 June 2017 03:03:22 UTC