WebGL jslib and jquery promises

my quest is wanna ask can i use jquery promises function ? how to implement it in WebGL ?

what exactly do you want to archieve? you can always have a
‘normal’ handler in your .js(lib) and call (c#)-script-code from there.

there’re ways to hand over callbacks from (c#)script to .js(lib),
but the calling syntax is a bit more complex, so you can’t
put them directly into the various promise-callbacks.

you can also take a look here and see how i’m calling back
to the script after the filereader class did it’s job.