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

>From an implementation point of view I prefer the empty string as proposed.  I have some async work in gecko I want to perform to validate the URL against the origin.  I can more easily do that at execution ready time vs immediately on creation.  It also ensures we are using the final redirected URL instead of wasting work on request data that might get discarded.

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

Received on Tuesday, 20 December 2016 14:29:59 UTC