Andy Hume
Andy Hume

Reputation: 41664

When did Internet Explorer introduce readyState property on the document object?

Internet Explorer supports the readyState property on the document...

http://msdn.microsoft.com/en-us/library/ie/ms534359(v=vs.85).aspx

But which version of IE was this introduced in?

Upvotes: 4

Views: 854

Answers (1)

kingkode
kingkode

Reputation: 2220

it was introduced in IE4: see here

Upvotes: 5

Related Questions