Skip to content Skip to sidebar Skip to footer

Cache Manifest Caches Network Files

I'm having an issue with my cache manifest file. This is what it looks like (some files have been removed from the list to make it shorter): CACHE MANIFEST #r8 CACHE: fonts/glyphi

Solution 1:

You can't - The page referencing the appcache manifest will always get cached, even though you specify it to not get cached.

See green section of 6.7.3.3, just below 32. here: http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#parsing-cache-manifests

Post a Comment for "Cache Manifest Caches Network Files"