[Solved] Was the event loop model used in web browsers to control interaction between DOM events concomitantly developed by Brendan Eich with JavaScript?

The event loop predates javascript.. but just by a tiny bit. The event loop was introduced to support progressive download of pictures in Netscape. And almost immediately it was also used to support early rendering where DOM elements are displayed on screen before all images are downloaded. At the time, other browsers displayed blank white … Read more