W3C providing us the offline capabilities by using the appcache facility to store offline data files.
There are different events of this appcache loke checking, downloading, progress ... and this checking event
is cancelable. But its not possible to cancel this checking event in your browser....
we are handling this event by using this code and trying to prevent this event but we didn't get any result
And there is also a method provided by W3C i.e. appcache.abort() to abort the appcache events but this method
is also not working in IE10.
window.applicationCache.abort();
Our simply question is that can we handle this appcache version change on USER will i.e. whether he
wants to upgrade his web application with appcache new versions of files or not.