Lapsio
Lapsio

Reputation: 7094

html5 cache manifest doesn't work in Chrome/Chromium

I'm having strange issue - I was trying to get cache manifest working, but It didn't load any files properly after reloading page - finally I decided to find working demo, but... found demo also doesn't work...

Is there anything wrong with this demo, or there's just something wrong with my Chrome and Chromium. I'm getting error Pending on cached files and images are not displayed.

I've also noticed that Firefox asks if I allow page to use offline storage, when Chrome/Chromium doesn't.

Upvotes: 0

Views: 1639

Answers (1)

Peter Lubbers
Peter Lubbers

Reputation: 959

First of all, Chrome won't prompt you, so that part is working as expected. I notice that some of the images are included in the HTML with an absolute URL (for example, http://www.w3.org/html/logo/badge/html5-badge-h-connectivity-device-graphics-multimedia-performance-semantics-storage.png), but not included in the manifest file. So you may be relying on the browser cache for those.
Can you also try the demo on appcachefacts.info? See: http://appcachefacts.info/demo/ Does that work for you? Note: To start fresh, you can wipe out your old caches under chrome://appcache-internals/

Upvotes: 1

Related Questions