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

> Although I'm not entirely sure why. There seem to be many ways to end up in loops regardless.

A client is an outside thing using a service worker and has a defined life cycle.  It will go away.  And we trigger functionality on it going away.

Notifications need to have a similar concept so we can define when its safe to trigger the "no one is using the any more".  I think it makes the most sense to tie that to the notification popup in someway instead of a self-reference to the service worker.

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

Received on Friday, 12 August 2016 15:24:22 UTC