Which javascript version does 9032 use? | Community
Skip to main content
October 8, 2021
Solved

Which javascript version does 9032 use?

  • October 8, 2021
  • 1 reply
  • 1055 views

As the subject says, which "version" of javascript does 9032 use? I've read in earlier posts on the forum that older builds use a version of Spidermonkey 1.8.5, which is roughly equivalent to ECMA, 5th edition.

 

Any ideas?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ShrawanSaxena-1

I could not find any change recently done in JavaScript engine and looks like still Spidermonkey 1.8.5 is being used.

Also looks like the more recent versions of SpiderMonkey do not support E4X which is widely used in the software so there seems no plan to upgrade it .

 

You can keep following the standard documentation as any change in this will be communicated in the same if that is necessary for customers to be aware of.

1 reply

ShrawanSaxena-1
Adobe Employee
ShrawanSaxena-1Adobe EmployeeAccepted solution
Adobe Employee
October 9, 2021

I could not find any change recently done in JavaScript engine and looks like still Spidermonkey 1.8.5 is being used.

Also looks like the more recent versions of SpiderMonkey do not support E4X which is widely used in the software so there seems no plan to upgrade it .

 

You can keep following the standard documentation as any change in this will be communicated in the same if that is necessary for customers to be aware of.