cesium icon indicating copy to clipboard operation
cesium copied to clipboard

Remove deprecated requestAnimationFrame polyfills in CesiumJS 1.99

Open jjhembd opened this issue 3 years ago • 0 comments

The old polyfills requestAnimationFrame and cancelAnimationFrame are no longer needed, as all browsers now implement these methods.

The polyfills were deprecated in CesiumJS 1.96, and all internal references were replaced by the native methods. See the following PR:

  • https://github.com/CesiumGS/cesium/pull/10579

These polyfills should be removed in 1.99.

jjhembd avatar Jul 22 '22 18:07 jjhembd