INNER CODE UNIT · JavaScript

diff

gideros/gideros · emscripten/gidloader.js:362

 		        var diff=event.loaded-req._curLoaded;
 		        req._curLoaded=event.loaded;
				downloadProgress(diff);
        }
      }
      return req;
	  };
 Module.setStatus('Preparing...');
  window.addEventListener('click',function(){
      window.focus();
  });    
  window.onerror = function() {
    Module.setStatus('Exception thrown, see JavaScript console');
    spinnerElement.style.display = 'none';
    Module.setStatus = function(text) {
      if (text) Module.printErr('[post-exception status] ' + text);
    };
    //Module.showError("genErr",Module.giderosErrorLog);

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…