Ivailo Hristov
Member since Jun 8, 2012
- Profile: /members/10030-ivailo-hristov.htm
- URL: https://github.com/ivo-
- Comments: 1
Recent Blog Comments By Ivailo Hristov
-
Using HTML5 Offline Application Cache Events In Javascript
Posted on Jun 8, 2012 at 5:21 AM
var totalFiles; appCache.addEventListener('progress', function(e){ if( typeof totalFiles === 'undefined' ){ totalFiles = e.total; // tested on opera, chrome, ff, safari console.log(totalFiles); } }, false);... read more »