INNER CODE UNIT · JavaScript

diff

gideros/gideros · emscripten/gidloader.js:104

	  var diff=ratio-(ctx.loadPoint||0);
	  ctx.loadPoint=ratio;
	  downloadProgress(diff)
	})
	.then(res => {
	  // Loading successfuly complete; set the image and probably do other stuff.
        var blob = new Blob([res.data], res.options);
		img.src = window.URL.createObjectURL(blob);
	}, xhr => {
	  // An error occured. We have the XHR object to see what happened.
		console.error("Failed to load:"+fl)
	});
}

JPZLoad=function (fl,ev,fmt)
{
	JPZConvert(fl,function (code)
	{

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…