- From: Ilya Grigorik <notifications@github.com>
- Date: Mon, 16 Mar 2015 07:59:36 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 16 March 2015 15:00:02 UTC
@KenjiBaheux combination of `context == "prerender"` (first request) and `fetchEvent.client.visibilityState == "prerender"` (subsequent requests) is definitely sufficient. :+1: @annevk yes, preload is a thing -- implementation underway in Blink. For fetches initiated via rel=preload, I'd expect `context == "preload"`, which.. I believe, should not be a problem? We just might need to add "preload" to the Fetch context table. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/210#issuecomment-81717057
Received on Monday, 16 March 2015 15:00:02 UTC