HTML and CSS Reference
In-Depth Information
FALLBACK:
NETWORK:
*
We now need to tell the tasks.html file to download this manifest when it is loaded, this
in turn will cause the browser to download all the files in the manifest whether they are
needed immediately or not. In order to do this, we add a new attribute to the html tag in
tasks.html:
<html lang="en" manifest="tasks.appcache">
With this added, request the tasks.html page from the web server. You should not notice
anything different, since you have connectivity to the web server. If however you navigate
to the following URL in Chrome:
chrome://appcache-internals/
You will see that the application has been cached; along with a summary of the application
size, and the date the cache was created, last updated and last accessed:
You can select to view the entries in this cache; this will show you all the files that have
been cached offline.
Search WWH ::




Custom Search