mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-17 18:20:20 +00:00
The current custom debounce function sets a timeout and ensures additional calls are not executed while the timeout is pending. Regulating the call of a function while also ensuring it gets called at a certain time is a throttle.