Embedthis Ejscript 2.5.1

Embedthis Ejscript is an implementation of the Javascript (ECMA 262) language.

See https://www.embedthis.com/ejscript/ for product details and downloads.

Documentation Conventions

APIs are grouped into Namespaces for logical ordering. Within each namespace, classes, methods and properties are defined. For each method parameters, events and options are described.

Default Values

Method parameters can take default values if an actual parameter is not provided when calling the API. The default value is listed in the method signature in the form "name: Type = defaultValue". The default value is also listed in the Parameters section.