HTML5 appcache is not working in chrome as expected?
For example http://html5demos.com/offlineapp when you load the above URL is will save locally,but when you refresh the page again it will not render properly.
MANIFEST file: http://html5demos.com/html5demo.appcache will cache the following files :-
- images/shade.jpg
- images/bin.jpg
- /js/h5utils-offline.js
- /css/html5demos.css
expect these files every other resources are not rendering when we refresh the page.
expected behavior: All other resources(which are not in MANIFEST file) should load properly when user comes online.
but in Firefox this is working almost fine.
Why chrome is not working as expected ? It will be great if there is some perfectly working demo.