Re: [w3c/ServiceWorker] Editorial: update to modern Web IDL conventions (#1528)

@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