Re: [slightlyoff/ServiceWorker] Eliminating SW startup latency for common case (#920)

@jakearchibald So, the following would allow service worker startup to happen simultaneous with the network request?

```
  event.declareRoute("/", new FetchSource(), { fireFetchEvent: 'yes' });
```

---
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/920#issuecomment-229096612

Received on Tuesday, 28 June 2016 16:03:53 UTC