@JsType(isNative=true,
namespace="Cesium",
name="FeatureDetection")
public class FeatureDetection
extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
supportsFullscreen()
Detects whether the current browser supports the full screen standard.
|
static boolean |
supportsTypedArrays()
Detects whether the current browser supports typed arrays.
|
static boolean |
supportsWebAssembly()
Detects whether the current browser supports Web Assembly.
|
static boolean |
supportsWebWorkers()
Detects whether the current browser supports Web Workers.
|
@JsMethod public static boolean supportsFullscreen()
Fullscreen,
W3C Fullscreen Living Specification@JsMethod public static boolean supportsTypedArrays()
@JsMethod public static boolean supportsWebAssembly()
@JsMethod public static boolean supportsWebWorkers()
Copyright © 2019. All rights reserved.