- From: Jungkee Song <notifications@github.com>
- Date: Thu, 29 Jun 2017 19:40:58 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 30 June 2017 02:41:30 UTC
jungkees commented on this pull request. > 1. For each |equivalentJob| in |job|'s [=list of equivalent jobs=]: - 1. If |equivalentJob|'s [=job/client=] is null, continue to the next iteration of the loop: - 1. [=Queue a task=], on |equivalentJob|'s [=job/client=]'s [=responsible event loop=] using the [=DOM manipulation task source=], to reject |equivalentJob|'s [=job/job promise=] with an exception that is a copy of |reason|, in |equivalentJob|'s [=job/client=]'s [=environment settings object/Realm=]. + 1. If |equivalentJob|'s [=job/client=] is null, [=iteration/continue=]. + 1. [=Queue a task=], on |equivalentJob|'s [=job/client=]'s [=responsible event loop=] using the [=DOM manipulation task source=], to reject |equivalentJob|'s [=job/job promise=] with a [=exception/create|new=] [=exception=] with |errorName| and a user agent-defined [=exception/message=]. Thanks for your review! -- 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_r124954448
Received on Friday, 30 June 2017 02:41:30 UTC