Hi

I have multiple objects/instances that need to subscribe to the same Image.onload() event.
Is there a mechanism to do this ? Or do I have to write my own ?

i.e. looking for something like addEventListener, removeEventListener functionality.

tnx, H.