javascript - Remove img from application cache -
javascript - Remove img from application cache -
my index.html
<html manifest="cache.appcache"> <img src="a.jpg" width="300" height="100"> cache.appcache
cache manifest # v1.06 cache: a.jpg after loading page load , show desired image a.jpg . delete img directory . file cache.appcache has not been changed .htn after loading page load , show desired image a.jpg ...good.but add together image name a.jpg , updating cache.appcache
cache manifest # v1.07 cache: a.jpg why download old image ?
javascript caching
Comments
Post a Comment