- From: Jake Archibald <notifications@github.com>
- Date: Mon, 03 Jun 2019 07:01:42 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 3 June 2019 14:02:08 UTC
jakearchibald commented on this pull request. > @@ -1435,18 +1445,10 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe <dfn method for="FetchEvent"><code>respondWith(|r|)</code></dfn> method *must* run these steps: + 1. Let |event| be the [=context object=]. 1. If the <a>dispatch flag</a> is unset, [=throw=] an "{{InvalidStateError}}" {{DOMException}}. 1. If the [=FetchEvent/respond-with entered flag=] is set, [=throw=] an "{{InvalidStateError}}" {{DOMException}}. Yeah, I got a bit lazy since I wasn't touching these lines, but I should fix this up while I'm here. -- 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/1415#discussion_r289859467
Received on Monday, 3 June 2019 14:02:08 UTC