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

I don't see anything in the notifications API about setting the skip-service-worker flag:

https://notifications.spec.whatwg.org/#fetch-steps

So I think per spec this should be intercepted.  This isn't all that different from Client.navigate() which might also trigger an onFetch.

So I think it should be intercepted.  I'm not sure what behavior is currently implemented, though.  It would be nice to have a test case.

---
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-234579786

Received on Friday, 22 July 2016 15:46:05 UTC