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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -