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

Yeah, `clients.get(e.reservedClientId)` already goes async in the fetch event handler as well indeed. So, the plan is to return a constant value (the empty string as proposed here although I think request's url also makes sense) until client’s execution ready flag is set and the URL of its global object after that moment. Those values are captured in Client creation time.

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

Received on Tuesday, 20 December 2016 11:09:24 UTC