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. Service Workers now address all use cases the AppCache feature was intended for.
Questions tagged [html5-appcache]
516 questions
-1
votes
1 answer
Changes made in js file or views file or css file doesn't gets reflected for the user
I have developed a single page web application with multiple views on it. For rendering these views ng-if has been used.
Each view has a separate controller. Many click functionality has been handled using Jquery. For backend, java has been used.…

Praveen Kumar
- 1
- 3
-1
votes
1 answer
When internet is lost while downloading resources, appcache does not trigger error event
While appcache is downloading resources, if internet is lost at that time, i dont see appcache error event being called. It is stuck there with the status as 3
For the request that has failed, chrome logs it as net::ERR_INTERNET_DISCONNECTED…

jk.
- 13
- 4
-2
votes
1 answer
How to increase Application cache (appcache) size limit in Chrome?
Our web application contain a few video(s), It's offline by AppCache (HTML5), It need about 400MB content to be stored, How to increase AppCache size limit?

mirage
- 1
-2
votes
1 answer
Live Streaming and SSE
I want to work on a project where i want to set a server which hosts videos, pictures, and texts. The main objective is to push up the media contents update to the client using Sever-Side Event.
It is more or less like digital signage player where i…

aman
- 87
- 1
- 7
-2
votes
2 answers
What exactly is a MIME type
I've researched but all I can find is that the manifest file should have the correct MIME type & that's text/cache-manifest. I have no idea what a MIME type is.

Crystal Miller
- 741
- 10
- 26
-5
votes
1 answer
Run offline web app when user is offline
I'm making my web app to run offline. I have made an offline version. Now, I want to let the user know some kind of link to click to go offline page.
How I can cache the offline page whereas user is browsing online pages ??
Update:
here is the code…

hiddenpearls
- 663
- 6
- 12