What version of Javascript does cloud code support?
Solved
Cloud Code
-
Hi,
I'm wondering if cloud code is ES5 or ES6?
Ima.
-
brainCloud's Cloud Code is based on Apache Rhino, which is an open-source implementation of JavaScript. This engine is highly sandboxed within the brainCloud API servers for security purposes.
brainCloud currently ships with Apache Rhino version 1.7.7.1.
Rhino implements JavaScript 1.7, and is basically ES4 with partial ES5 and ES6 support.
Summary from a Stack Overflow discussion here:
Hope that helps!
Paul.