Re: finding event "at end of page load", redux

Boris Zbarsky <[email protected]> Mon, 21 Apr 2008 21:14:54 -0500
Newsgroups gmane.comp.mozilla.performance
Message-ID <[email protected]>
Ray Kiddy wrote:
> But the question of what event one could look for that would represent 
> the end of the page loading is a complicated one. Right now, my 
> extension looks for the first DOMContentLoaded that occurs after an 
> onload.

What's wrong with using onload or onpageshow?  You're trying to catch cases 
where the page's onload handler makes some changes to the DOM?

If so, how do you define "loaded" for http://news.bbc.co.uk or some other page 
that has a JS ticker?

-Boris