Page 1 of 1

what changes were introduced by new javascript engine (2016)? Some of my scripts now error out, eg use of const causes a

Posted: Fri Dec 09, 2016 3:12 am
by apollo mcowiti

what changes were introduced by new javascript engine (2016)?
Server code that used to work well now error out.
eg use of const causes an error


what changes were introduced by new javascript engine (2016)? Some of my scripts now error out, eg use of const causes a

Posted: Fri Dec 09, 2016 11:15 pm
by maxkatz

Can you share what exact errors you are getting? We updated the JavaScrip engine itself, but no changes to Server Code JS API.


what changes were introduced by new javascript engine (2016)? Some of my scripts now error out, eg use of const causes a

Posted: Sat Feb 04, 2017 7:27 pm
by apollo mcowiti

It turned out
1) I had to remove the CONST (but that may not have been the cause, since..)
2) The 3 calls /sec limitation was also an issue.