13:46
<croraf>
domfarolino, Actually, that was my first idea also :). But when I tried to implement it some related issue occupied me that much that I spent the entire day on it
13:46
<croraf>
The first implementation didn't achieve what I wanted, but perhaps the image clearing did work. I have to try it again to remember.
13:48
<croraf>
But yet another (third) related issue occupies me. When I traverse the images, I see that Chrome doesn't cache them :|. That is, images from <img> are fetched using "no-cache" policy :| . Is there a way to manipulate image caching on <img> tag.
13:57
<croraf>
domfarolino, yes, src='' inbetween the src replacement does work. I did that yesterday, and indeed I concluded that doing it in the same thread might not do it, so I did set it up on the promise.
14:00
<croraf>
Surprisingly, even if done in the same thread it does clear the image first :O
14:00
<croraf>
So no setTimout or Promise are needed.