Module: FeatureDetection

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

Methods

(static) supportsFullscreen() → {Boolean}

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

(static) supportsTypedArrays() → {Boolean}

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

(static) supportsWebWorkers() → {Boolean}

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