Re: [slightlyoff/ServiceWorker] Declarative url filters in `fetch` event (#949)

I agree that we need data on the perf concerns and what might resolve them. I am similarly concerned that this isn't really a static declaration of routes. The registration of prefixes would be sent to the system every time we start the SW (and you might imagine, dynamically as `fetch` handlers are added). To really make something like this work I suspect you'd need to move the registration of the mapping to install time.

Can we close this issue for now?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/949#issuecomment-241147323

Received on Friday, 19 August 2016 22:06:35 UTC