Re: [ServiceWorker] Do not want ServiceWorker to interrupt a specific request (#598)

This can be handled today by not calling `event.respondWith`.

The performance impact of this should be low, as the ServiceWorker should already be awake from loading the HTML. If it turns out to be slow, we can solve this (and more) with a static routing API, but we don't want to introduce this optimisation unless we have proof that it needs optimising.

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

Received on Tuesday, 27 January 2015 04:55:12 UTC