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

@jakearchibald commented on this pull request.



> @@ -1854,7 +1863,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
                 1. If |r|'s [=request/method=] is not \`<code>GET</code>\` and |options|.ignoreMethod is false, return [=a promise resolved with=] an empty array.
             1. Else if |request| is a string, then:
                 1. Set |r| to the associated [=Request/request=] of the result of invoking the initial value of {{Request}} as constructor with |request| as its argument. If this [=throws=] an exception, return [=a promise rejected with=] that exception.
-        1. Let |realm| be the [=context object=]'s [=relevant realm=].
+        1. Let |realm| be the [=this=]'s [=relevant realm=].

```suggestion
        1. Let |realm| be [=this=]'s [=relevant realm=].
```

-- 
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-462316048

Received on Thursday, 6 August 2020 08:57:02 UTC