apollo mcowiti
Posts: 0
Joined: Sat Apr 18, 2015 2:21 am

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

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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

apollo mcowiti
Posts: 0
Joined: Sat Apr 18, 2015 2:21 am

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

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.

Return to “Issues”