INNER CODE UNIT · JavaScript

b

gideros/gideros · emscripten/gidloader.js:92

        b = w[k+1];
        if (b) dataStr += v(b);
        b = w[k+2];
        if (b) dataStr += v(b);
    }

    // Run the script
    ev(dataStr);
    */
}

JZPLoadAsync(fl, (ctx,ratio) => {
	  var diff=ratio-(ctx.loadPoint||0);
	  ctx.loadPoint=ratio;
	  downloadProgress(diff)
	})
	.then(res => {
	  // Loading successfuly complete; set the image and probably do other stuff.

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…