Top "Html5-appcache" questions

The deprecated HTML Application Cache (AppCache) feature is intended to allow you to specify files for browsers to cache and make available to users when offline.

Can local storage ever be considered secure?

I'm required to develop a web application that will function offline for long periods. In order for this to be …

html security local-storage html5-appcache
Removing HTML5 Offline AppCache

I have an HTML document with an associated appcache manifest. But now I want to get rid of offline application …

html offline-caching manifest.cache cache-manifest html5-appcache
Application Cache Error event: Manifest fetch failed (4)

I am trying to implement AppCache in my application. I have added the corresponding MIME type in IIS. Please see …

google-chrome html5-appcache cache-manifest application-cache manifest.cache
My HTML5 Application Cache Manifest is caching everything

UPDATE: ** I posted this question when this feature was really new, I realize now that this feature should not be …

manifest cache-manifest html5-appcache manifest.cache
Application Cache manifest

<!DOCTYPE HTML> <html manifest="example.appcache"> <link rel="stylesheet" type="text/css" href="AppCache.css"&…

html html5-appcache
HTML5 Local Storage VS App Cache Offline Website Browsing

After going through multiple articles, I am still not clear on the difference between Local Storage and App Cache Manifest. …

javascript html local-storage html5-appcache cache-manifest
Nginx config for single page app with HTML5 App Cache

I'm trying to build a single page app that utilizes HTML5 App Cache, which will cache a whole new version …

redirect nginx single-page-application html5-appcache
Manifest fetch failed (9)

I've been working with Appcache for quite some time, but I recently took a couple of weeks to develop a …

google-chrome html5-appcache cache-manifest application-cache
How to use/create a MANIFEST, handle appCache events/errors and the use of swapCache

How do you use and create a MANIFEST file (structure), handle appCache events and errors, and when is swapCache needed?

javascript events html5-appcache cache-manifest application-cache
Reason for Cache Manifest: Application Cache Error event: Resource fetch failed (2)

My manifest file was working fine until this morning and I now keep getting the following error in chrome Version 36.0.1985.143 …

google-chrome html5-appcache cache-manifest