HTML5 cache manifest no cache for html file itself -


index.php:

<html manifest="/cache.manifest"> 

cache.manifest

cache manifest

cache:  /img.png fallback: / /offline.html network: * 

everything works great, except index.php file fetched cache (tested in chrome). can disable caching file specifying manifest img.png cached?

thanks

no, file references manifest cached. the spec:

the resource declares manifest (with manifest attribute) taken cache, whether listed in cache or not, if listed in online whitelist namespace.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -