- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 30 Jun 2017 01:52:08 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 30 June 2017 01:52:41 UTC
domenic 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=]. Looks great! -- 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_r124950245
Received on Friday, 30 June 2017 01:52:41 UTC