cesium icon indicating copy to clipboard operation
cesium copied to clipboard

Deprecate IE related functions from FeatureDetection.js

Open jfayot opened this issue 10 months ago • 2 comments

Support for IE was discontinued in Cesium 1.84

As a result, isInternetExplorer and other IE related functions from FeatureDetection.js can safely be deprecated.

See also PR #12581

jfayot avatar May 11 '25 22:05 jfayot

@ggetz , does it have to go through a deprecation phase ? and if so, how long ?

jfayot avatar May 12 '25 19:05 jfayot

It looks like isInternetExplorer is not a public function, and therefore does not require deprecation.

ggetz avatar Jun 09 '25 20:06 ggetz