- From: Ben Kelly <notifications@github.com>
- Date: Tue, 28 Jun 2016 09:02:59 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc:
Received on Tuesday, 28 June 2016 16:03:53 UTC
@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