Re: [w3c/ServiceWorker] what should Client.url return for a reserved Worker Client? (#1034)

> I thought using client.url within fetch event handlers would be fine assuming we fix it to be initialized to the request's url in all cases.

Keep in mind you can get at these `Client` objects outside of the fetch event handler.  The spec has `Clients.match({includeReserved:true})` I believe.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1034#issuecomment-267981849

Received on Monday, 19 December 2016 14:49:07 UTC