question

tehb4k4 avatar image
tehb4k4 asked

Javascript engine used for CloudScript?

Are there any details on the JavaScript engine used for CloudScript? What features are available, for example ES6 features like arrow functions? What parts of the "standard library" are available, for example is there Promise support?

CloudScript
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

Specifically, it's the latest version of the V8 engine (https://developers.google.com/v8/). You can get all the info on what is available in the engine in their wiki, here: https://github.com/v8/v8/wiki.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

tehb4k4 avatar image tehb4k4 commented ·

@Brendan I assumed as much, thanks for the confirmation :)

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.