enable_offline_web_application_cache


Description:

public bool enable_offline_web_application_cache { get; set construct; }

Whether to enable HTML5 offline web application cache support.

Offline web application cache allows web applications to run even when the user is not connected to the network.

HTML5 offline web application specification is available at http://dev.w3.org/html5/spec/offline.html.