N
nick
Dear All,
I have a little strange problem with using innerHTML property to
update my browser document.
The HTML content I am inserting in document contains images. These
images are to be downloaded from the web.
Well, they are downloaded and everything works, BUT:
on relatively small network, I can see how these images are loaded one
by one, as if requests for these images were sent sequentuially. This
does not happens if I get the same content in "common" way (not using
innerHTML).
Have anybody seen this effect ?
I had a kind of hypothesis about it. Maybe setting innerHTML through
javascript (which is what I am doing) works in a signle thread, and
this is a reason why requests are sent sequnetially ?
Thanks & Regards,
Nick
I have a little strange problem with using innerHTML property to
update my browser document.
The HTML content I am inserting in document contains images. These
images are to be downloaded from the web.
Well, they are downloaded and everything works, BUT:
on relatively small network, I can see how these images are loaded one
by one, as if requests for these images were sent sequentuially. This
does not happens if I get the same content in "common" way (not using
innerHTML).
Have anybody seen this effect ?
I had a kind of hypothesis about it. Maybe setting innerHTML through
javascript (which is what I am doing) works in a signle thread, and
this is a reason why requests are sent sequnetially ?
Thanks & Regards,
Nick