Re: [ServiceWorker] What is FetchEvent.clientId for navigation requests (#808)

I remember we chatted about this about a month ago, and @wanderview was happy with undefined for navigation at least for now. (I did it with null as we need some IDL support for undefined.)

Meanwhile, it seems Gecko implemented `.clientId` for a navigation request to set the value to the id of a newly created (target) client.

I was a bit not comfortable with setting it to the target client's id instead of that of the source client. I'm happy to set it to the target client's id if it makes sense to others and useful to devs. WDYT?

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

Received on Tuesday, 5 January 2016 06:24:39 UTC