...
Child pages (Children Display) |
---|
The threshold for a script to run simultaneously is 100 scripts or less. Scripts cannot run simultaneously if there are more than 100 scriptsCanvas uses JavaScript ES5. Features supported in ES6 and later versions (including let
, class
, and arrow functions) are not supported. See https://262.ecma-international.org/5.1/ for a complete specification. Note that features related to the Document Object Model (DOM) are not supported.
Up to 100 scripts may be run simultaneously. If 100 scripts are already running and another is executed before the others finish, an error will occur.