FeatureDetection
A set of functions to detect whether the current browser supports various features.
Source:
Methods
- 
    
<static> supportsCrossOriginImagery
 - 
    
    
    
Detects whether the current browser supports the use of cross-origin requests to load streaming imagery.
Returns:
true if the browser can load cross-origin streaming imagery, false if not. - 
    
<static> supportsFullscreen
 - 
    
    
    
Detects whether the current browser supports the full screen standard.
Returns:
true if the supports the full screen standard, false if not. 
