Re: [w3c/ServiceWorker] Make Service Worker control only specific pages (#985)

@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