Re: [w3c/ServiceWorker] Is respondWith(fetch(event.request)) always the same as not calling respondWith()? (#1395)

I'm pretty sure, e.g., request's destination is reset for one and not the other. And we don't do say CSP checks with the service worker's CSP when you don't call `respondWith()`.

(Note that some of this does need to happen with routing.)

-- 
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/issues/1395#issuecomment-474249059

Received on Tuesday, 19 March 2019 08:46:44 UTC