FeatureDetection
A set of functions to detect whether the current browser supports various features.
Source:
Methods
-
<static> supportsFullscreen
-
Detects whether the current browser supports the full screen standard.
Returns:
true if the browser supports the full screen standard, false if not. -
<static> supportsTransferringArrayBuffers
-
Detects whether the current browser can transfer an ArrayBuffer to / from a web worker.
Returns:
true if the browser can transfer ArrayBuffers; otherwise, false. -
<static> supportsTypedArrays
-
Detects whether the current browser supports typed arrays.
Returns:
true if the browser supports typed arrays, false if not.