- From: Jake Archibald <notifications@github.com>
- Date: Thu, 06 Aug 2020 00:42:14 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 August 2020 07:42:27 UTC
@jakearchibald commented on this pull request. > 1. If |client|'s [=active service worker=] is null, then return null. - 1. Return the result of [=getting the service worker object=] that represents |client|'s [=active service worker=] in the [=context object=]'s [=relevant settings object=]. + 1. Return the result of [=getting the service worker object=] that represents |client|'s [=active service worker=] in the [=this=]'s [=relevant settings object=]. ```suggestion 1. Return the result of [=getting the service worker object=] that represents |client|'s [=active service worker=] in [=this=]'s [=relevant settings object=]. ``` -- 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/1528#pullrequestreview-462262101
Received on Thursday, 6 August 2020 07:42:27 UTC