HTML and CSS Reference
In-Depth Information
Notice how in Figure 7.5 each asset is being logged and cached.
These can also be seen individually in the resources panel:
FIguRE 7.5 Google Chrome's
resource list for the current
application manifest.
When I refresh jsconsole.com after the manifest is loaded, only
the manifest file is requested and the application doesn't need
updating, as shown in the log in Figure 7.6 .
FIguRE 7.6 Google Chrome's
resource list for the current
application manifest after
refreshing.
I'm sure the other browsers' tools will eventually give you
more information (if they haven't already by the time this
book is printed), but you could also bind to the individual
applicationCache events, like updateReady , and so on, to get
some idea of what your site is doing during start-up.
 
Search WWH ::




Custom Search