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

c# - IMAP GMAIL getting folder list problem -

PHP proxy to get XML: problem with URL arguments -