![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Which browsers, if any, other than FF2/3, support Javascript 1.7? |
#3
| |||
| |||
|
|
joebloe wrote: Which browsers, if any, other than FF2/3, support Javascript 1.7? Other Mozilla browsers like SeaMonkey or Camino do. Actually I know that SeaMonkey does, I have never used Camino but it is based on Gecko and Spidermonkey as well so I would be pretty suprised if the latest Camino version would not support JavaScript 1.7. |
#4
| |||
| |||
|
|
Maybe I am not looking in the right place, but it has seemed bizarrely difficult to determine what browser supports what, and what an upcoming release will support. Mozilla's developer page says, plainly, "Version xx supports 1.6 and here are the new features in 1.6 and how to use them ... Version xx supports 1.7 and here are ..." etc. But where is that for MSIE, Opera, Safari, ....? The application I'm working on doesn't have to be backward compatible with anything and I'm even okay with requiring a user to run it from FF2 or FF3, but I'd like to know what's up with the rest of the browser world where future JS/ECMAscript support is concerned. |
#5
| |||
| |||
|
|
Wikipedia has a comparison table. I can't vouch for its accuracy, but it seems like it's better than nothing: http://en.wikipedia.org/wiki/Compari...es_%28ECMAScri... |
#6
| |||
| |||
|
|
Maybe I am not looking in the right place, but it has seemed bizarrely difficult to determine what browser supports what, and what an upcoming release will support. Mozilla's developer page says, plainly, "Version xx supports 1.6 and here are the new features in 1.6 and how to use them ... Version xx supports 1.7 and here are ..." etc. But where is that for MSIE, Opera, Safari, ....? snip |
#7
| |||
| |||
|
|
Maybe I am not looking in the right place, but it has seemed bizarrely difficult to determine what browser supports what, and what an upcoming release will support. Mozilla's developer page says, plainly, "Version xx supports 1.6 and here are the new features in 1.6 and how to use them ... Version xx supports 1.7 and here are ..." etc. But where is that for MSIE, Opera, Safari, ....? |
#8
| |||
| |||
|
|
JavaScript 1.6 (Firefox 1.5) and JavaScript 1.7 (Firefox 2.0) are Mozilla Foundation proprietary extensions of the base 1.5 Not all feature are backward compatible with 1.5, but any 1.5- compliant program will run under 1.6 or 1.7 So overall you don't need to have any headache at all with versions unless you want to use some of new Gecko-specific features. Hope it helps. |
#9
| |||
| |||
|
|
On May 18, 12:46 pm, VK <schools_r... (AT) yahoo (DOT) com> wrote: JavaScript 1.6 (Firefox 1.5) and JavaScript 1.7 (Firefox 2.0) are Mozilla Foundation proprietary extensions of the base 1.5 Not all feature are backward compatible with 1.5, but any 1.5- compliant program will run under 1.6 or 1.7 So overall you don't need to have any headache at all with versions unless you want to use some of new Gecko-specific features. Hope it helps. Well, I'm committed to using JS 1.7 features (like let :-) so I guess it'll be Gecko for me for at least another year. Or four. Which is okay; I have no problem telling people to use Firefox for my (game) application. But who knows, maybe Webkit will implement 1.7/1.8/etc. before then. Opera and MSIE, forget it.... |
#10
| |||||
| |||||
|
|
[JScript] There is a gap left between 5.6 and 7 for upcoming upgrades, and the next version number in use is 7.0 for JScript.NET but this engine is server-side only so out of your interest I guess. |
|
Other producers are using the original Netscape numbering schema with JavaScript 1.0 for Netscape 2.x and JavaScript 1.5 being the current industry standard de facto. |
|
JavaScript 1.5 is pretty much equal to JScript 5.6 lesser some minor algorithm implementations. |
|
JavaScript 1.6 (Firefox 1.5) and JavaScript 1.7 (Firefox 2.0) are Mozilla Foundation proprietary extensions of the base 1.5 |
|
Not all feature are backward compatible with 1.5, but any 1.5- compliant program will run under 1.6 or 1.7 So overall you don't need to have any headache at all with versions unless you want to use some of new Gecko-specific features. |
![]() |
| Thread Tools | |
| Display Modes | |
| |