Deprecate `FeatureDetection.supportsTypedArray`
Author: jjhembdCreated Sep 12, 2026Updated Sep 12, 2026
Labelstype - cleanupcategory - modernization
TypedArray is now supported by all common browsers. The FeatureDetection.supportsTypedArray check is therefore no longer needed.
We are currently using it in DepthPlane and ImageryLayer.
Source: CesiumGS/cesium