looking for overview of readystate and browsers

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-04-21T23:41:16Z Indexed on 2010/04/21 23:43 UTC
Read the original article Hit count: 279

Filed under:
|
|
|
|

I'm finding a lot of problems with trying to determine readyState between IE8, FF3, and Chrome.

so far this is what I find: Chrome, FF do not fire an event for .onReadyStateChanged Chrome, FF support .onLoad

IE8 supports .onReadyStateChanged, but does not support .onLoad

IE8 has also returned loaded, and complete. Mostly it states loaded, but every now and then it spits out complete.

Can anyone point me to a chart or overview of browsers and the way they handle readyStates?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about readystate