- From: Jake Archibald <notifications@github.com>
- Date: Mon, 13 Jul 2015 09:11:28 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 13 July 2015 16:11:59 UTC
@igrigorik > if you hide CSS fetches from SW, how am I supposed to offline my app with background images and fonts? CSS fetches would only be hidden from SW if the CSS is no-cors cross-origin. You'd be able to get them back with `<link rel="stylesheet" href="…" crossorigin>`, provided CORS headers. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/719#issuecomment-120983037
Received on Monday, 13 July 2015 16:11:59 UTC