cesium
cesium copied to clipboard
Remove deprecated requestAnimationFrame polyfills in CesiumJS 1.99
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.