EnvType
A namespace containing environment and browser information.
Properties
features : EnvFeaturesTypereadonlymodule:utils/env~EnvType#featuresEnvironment features information.
isAndroid : booleanreadonlymodule:utils/env~EnvType#isAndroidIndicates that the application is running on Android mobile device.
isBlink : booleanreadonlymodule:utils/env~EnvType#isBlinkIndicates that the application is running in a browser using the Blink engine.
isGecko : booleanreadonlymodule:utils/env~EnvType#isGeckoIndicates that the application is running in Firefox (Gecko).
isMac : booleanreadonlymodule:utils/env~EnvType#isMacIndicates that the application is running on Macintosh.
isMediaForcedColors : booleanreadonlymodule:utils/env~EnvType#isMediaForcedColorsIndicates that the user agent has enabled a forced colors mode (e.g. Windows High Contrast mode).
Note that the value of this property is evaluated each time it is accessed, and it may change over time, if the environment settings have changed.
isMotionReduced : booleanreadonlymodule:utils/env~EnvType#isMotionReducedIndicates that "prefer reduced motion" browser setting is active.
Note that the value of this property is evaluated each time it is accessed, and it may change over time, if the environment settings have changed.
isSafari : booleanreadonlymodule:utils/env~EnvType#isSafariIndicates that the application is running in Safari.
isWindows : booleanreadonlymodule:utils/env~EnvType#isWindowsIndicates that the application is running on Windows.
isiOS : booleanreadonlymodule:utils/env~EnvType#isiOSIndicates that the application is running in iOS.