MarcelSzimonisz
MVP
10-12-2018
Hello,
where I can find what JS version is used within adobe campaign classic?
Marcel
wodnicki
02-01-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
11-01-2019
Oh, hey Marcel . Yep here to answer q's on Adobe's forum, post them if you have them.
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.
pablo_rosero1
Hi Marcel,
Campaign Classic uses SOAP.
SOAP methods in JavaScript
Hope this helps!
All the best,
Pablo
Florian_Courgey
I got the same question.
For example String.padStart() is not available (String.prototype.padStart() | MDN ), we need to use a polyfill..