top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is fallback in Application cache?

+2 votes
236 views
What is fallback in Application cache?
posted Oct 31, 2014 by Vrije Mani Upadhyay

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Using an application cache gives an application the following benefits:

Offline browsing: users can navigate a site even when they are offline.
Speed: cached resources are local, and therefore load faster.
Reduced server load: the browser only downloads resources that have changed from the server.

The FALLBACK specifies fallback pages the browser should use if a resource is inaccessible. Each entry in this section lists two URIs—the first is the resource, the second is the fallback. Both URIs must be relative and from the same origin as the manifest file. Wildcards may be used.

Fallback entries
Fallback entries are used when an attempt to load a resource fails.

answer Nov 2, 2014 by Amit Kumar Pandey
...