html5 - Fallback in html 5 application cache not working -
my appcache given below , works perfectly. works great when offline , visit nocache.html page shows me offline.html page. below working example -
cache manifest cache.html network: nocache.html fallback: / offline.html now want ask when change fallback -
fallback: nocache.html offline.html then not work. can tell me problem here?
if change network section entry more typical *, works way expect.
cache manifest cache.html network: * fallback: nocache.html offline.html it's possible explicitly identifying nocache.html in network section, browser not permit fallback it.
i not know if spec-compliant or not , i'm merely guessing, comments or edits more knowledgable people welcome.
Comments
Post a Comment