|
Well, from what I know Netscape 4.01 - 4.05
support Javascript 1.2,
4.05+ support 1.3...
And Javascript 1.2 has many "features"
not found in later versions. Nor prior.
For instance, type conversion is turned off,
i.e.
("345"==345 ) would be false. In
Javascript 1.3 and 1.1 this would be true.
(to achieve the same effect in Javascript 1.3
you would do ("345"===345 ), where
=== is equality without typeconversion.)
Also there are some differences where returning values are concerned. And
this is without mentioning all the bugs that exist ;)
|
- [Dynapi-Dev] Error in Netscape 4 Leon Reinders
- RE: [Dynapi-Dev] Error in Netscape 4 Pascal Bestebroer
- RE: [Dynapi-Dev] Error in Netscape 4 Bart Bizon
- RE: [Dynapi-Dev] Error in Netscape 4 Pascal Bestebroer
