- From: Jake Archibald <notifications@github.com>
- Date: Thu, 06 Aug 2020 01:57:33 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 August 2020 08:57:47 UTC
@jakearchibald commented on this pull request. > @@ -2031,7 +2040,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-462316567
Received on Thursday, 6 August 2020 08:57:47 UTC