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

My use case is to have service workers intercept fetch requests only from a few specific pages. Right now, the only way to control which fetch requests the service worker controls is via the scope parameter via registration, but that is not granular enough. 

It would be great if I could mention which pages the SW should control on registration. 

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

Received on Saturday, 8 October 2016 08:43:23 UTC