Re: [w3c/ServiceWorker] A way to specify a pattern of destination URLs to hit/skip SW (#1454)

Thoughts for TPAC:

* I'm not as against this as I was initially. CSP is an interesting parallel of fetch behaviour being tied to a client. There may be gotchas with `skipWaiting` and mixed behaviour, but that isn't new.
* Does this cause a race with any fetches? Particularly, ones caused by headers.
* If a page is limiting fetches to `/foo/`, what happens if the request is to `/bar/` but redirects to `/foo/`?


-- 
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/1454#issuecomment-531535242

Received on Sunday, 15 September 2019 05:10:09 UTC