Java Script version is used | Community
Skip to main content
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 Jonathon_wodnicki

Hi,

The libmozjs linked to Campaign Classic 8932 reports version 1.8.5, which maps to js 1.8.5[1] per Mozilla[2].

1: New in JavaScript 1.8.5 | MDN

2: SpiderMonkey 1.8.5 | MDN, SpiderMonkey 1.8 | MDN

Thanks,

-Jon

5 replies

Jonathon_wodnicki
New Participant
January 11, 2019

Oh, hey Marcel . Yep here to answer q's on Adobe's forum, post them if you have them.

Marcel_Szimonisz
New Participant
January 11, 2019

Is it you? the real and only adobe campaign senpai? thanks as always I have sent you linkedin request so you will know who i am.

Jonathon_wodnicki
Jonathon_wodnickiAccepted solution
New Participant
January 2, 2019

Hi,

The libmozjs linked to Campaign Classic 8932 reports version 1.8.5, which maps to js 1.8.5[1] per Mozilla[2].

1: New in JavaScript 1.8.5 | MDN

2: SpiderMonkey 1.8.5 | MDN, SpiderMonkey 1.8 | MDN

Thanks,

-Jon

pablo_rosero1
New Participant
January 2, 2019

Hi Marcel,

Campaign Classic uses SOAP.

SOAP methods in JavaScript

Hope this helps!

All the best,

Pablo

Florian_Courgey
New Participant
December 10, 2018

I got the same question.

For example String.padStart() is not available (String.prototype.padStart() | MDN ), we need to use a polyfill..