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

> I still think that most cases we probably do want to round trip through the fetch event.

I'd rather default to the safe thing and not go through the service worker.  We should only intercept in these cases if we absolutely need to.  Its too easy to trigger infinite loops or pathological behavior.

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

Received on Thursday, 4 August 2016 19:31:59 UTC