Introduction
  • 29 Oct 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Introduction

  • Dark
    Light
  • PDF

Article Summary

Description

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.

NameDescriptionUWPWebAvatars
nameReturns the active runtime nameYesYesYes
versionReturns the active runtime versionYesYesYes

Functions

Below is a list of functions supported by this object.

NameDescriptionUWPWebAvatars
---------------

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.


What's Next