Re: [whatwg/fetch] Resource fetches for notifications shown from a service worker should trigger onfetch (#303)

> Thinking about this again, I still think individual APIs should set the skip-service-worker-flag. The following APIs should set that flag if the request's client is a service worker:

We can't just use the existing skip-service-worker-flag as-is for that though, as currently the skip-service-worker-flag also skips foreign fetch service workers (although that's already incorrect and needs fixing for #362).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/303#issuecomment-265530058

Received on Wednesday, 7 December 2016 18:29:00 UTC