I have a JS software that will load a lot of small images. But a lot of these images stop being necessary but the browser keeps loading them instead of the new images I added later.
Long story made short: I have a Image
that is still loading, can I cancel the image loading?
Ps1: I saw there are lot of question on Stackoverflow about it, but these questions refers to a <img>
that didnt start loading yet, my Image is already loading.
Ps2: If there is no standard way to do this, working with Firefox and Google Chrome is enough...