- From: Michael van Ouwerkerk <notifications@github.com>
- Date: Thu, 12 May 2016 03:14:10 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc:
Received on Thursday, 12 May 2016 10:14:42 UTC
Currently it is not clear whether resource fetches for notifications (e.g. icons) shown from a service worker should trigger the service worker onfetch handler. As a use case it makes sense to enable offlining these resources. My understanding is that fetches initiated directly from a service worker are not passed through the service worker onfetch handler, which seems reasonable. However, what about the fetches triggered indirectly by actions initiated in the service worker, like showing a notification? CC @annevk @jakearchibald @beverloo @slightlyoff --- 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
Received on Thursday, 12 May 2016 10:14:42 UTC