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

How many APIs in a service worker can cause a fetch?

1. `fetch()` (we cannot let that be captured by the same service worker)
2. `openWindow()` (is captured, though not necessarily by the same service worker, depends on the URL)
3. `showNotification()` (currently not captured, despite being able to fetch multiple resources that should probably work offline)
4. ?

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

Received on Thursday, 12 May 2016 10:19:11 UTC