FeatureDetection

FeatureDetection()

A set of functions to detect whether the current browser supports various features.

Methods

staticCesium.FeatureDetection.supportsFullscreen()Boolean

Detects whether the current browser supports the full screen standard.
Returns:
true if the browser supports the full screen standard, false if not.
See:

staticCesium.FeatureDetection.supportsTypedArrays()Boolean

Detects whether the current browser supports typed arrays.
Returns:
true if the browser supports typed arrays, false if not.
See:

staticCesium.FeatureDetection.supportsWebWorkers()Boolean

Detects whether the current browser supports Web Workers.
Returns:
true if the browsers supports Web Workers, false if not.
See: