No, not different windows. All responses from the web server are to be rendered on the same window.

For example, assume a particular web page contains 2 HTTP responses - a JPEG image and a HTML body. My custom web server sends a piece of the JPEG image followed by a piece of the HTML text, (followed by the second pieces of these 2 objects) and so on, instead of sending the JPEG image completely followed by the HTML text. So Firefox receives the interleaved pieces at the transport layer. Now, can a single thread paint both these interleaved responses on the window?
If not, is a customization of Firefox feasible?

Thanks,
Preethi
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to