runtime
The runtime object provides information about the host runtime that is running your app.
Properties
Below is a list of properties supported by this object.
| Name | Description | Desktop | Web | Avatars |
|---|---|---|---|---|
| name | Returns the active runtime name | Yes | Yes | Yes |
| version | Returns the active runtime version | Yes | Yes | Yes |
Functions
Below is a list of functions supported by this object.
| Name | Description | Desktop | Web | Avatars |
|---|---|---|---|---|
| --- | --- | --- | --- | --- |
Remarks
Use this object when you need to alter the behavior of your scripts based on the capabilities of the runtime your app is currently executing within.
