Re: [ServiceWorker] Is a new property to get the navigation's target client needed? (#817)

I don't understand this concern. Clients can disappear at any time. That's just life in a multi-process world.

That said, if instead we had a promise-returning getter that handed you the client (or null if none) in this case, that'd work for me too (both in this case and in the general client fetch scenario). I don't have any sympathy whatsoever for @annevk's arguments abut GC. GC isn't observable here.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/817#issuecomment-185995913

Received on Friday, 19 February 2016 00:46:14 UTC