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

I'm still concerned about allowing `FetchEvent` without a `Client` source we can refer to.  The truth is there is a thing triggering the request, but we are just choosing to hide it from script for some reason.

I mean, I'd be happy with something as simple as a "opaque client", "simple client", or something that doesn't allow postMessage, focus, etc.  But the SW could compare its ID, etc.

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

Received on Saturday, 10 December 2016 12:07:57 UTC