- From: Jake Archibald <notifications@github.com>
- Date: Fri, 03 Jul 2015 02:15:24 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 3 July 2015 09:15:54 UTC
Most requests by CSS are exposed through computed styles, and it's pretty trivial to iterate over all elements to find those. Things like font urls & `@import` cannot be detected through computed styles, but are exposed by SW & resource timing. I see CSS more like script, although it's "opaque", it gives up some visibility when it makes requests within the context of the page. Although, as @annevk points out, script gives up visibility by using globals that can be modified, whereas CSS doesn't. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/719#issuecomment-118285121
Received on Friday, 3 July 2015 09:15:54 UTC