shim.js 102 B

123
  1. global.requestAnimationFrame = /* istanbul ignore next */ (callback) => {
  2. setTimeout(callback, 0)
  3. }