Application Caches

Application Caches

BY 10 Oct 2013 Web Application Development

Hello,

Anyone used Application Caches API?
I tried but this code:

var appCache = window.applicationCache;
alert(appCache.status);

always returns 0.

I added appcache manifest file to project and <html manifest=”test.appcache> to index.html.

Written by