- From: Jake Archibald <notifications@github.com>
- Date: Fri, 14 Oct 2016 01:41:18 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 14 October 2016 08:41:50 UTC
@inian `fetchEvent.clientId` gives you the id of the client. You can do `clients.get(clientId).then(client => …)` to get additional information about the client. -- 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/985#issuecomment-253742412
Received on Friday, 14 October 2016 08:41:50 UTC