Ir al contenido

throttle

throttle<T>(fn, delay): (…args) => void

Defined in: render/PerformanceCache.ts:199

Throttle function calls to limit execution rate.

T extends (…args) => unknown

T

number

(…args) => void