throttleTime
Last updated
Last updated
throttleTime(duration: number, scheduler: Scheduler, config: ThrottleConfig): Observable
Example 1: Emit first value, ignore for 5s window
( StackBlitz )
Example 2: Emit on trailing edge using config
( StackBlitz )
throttleTime 📰 - Official docs
throttleTime - In Depth Dev Reference
Filtering operator: throttle and throttleTime 🎥 💵 - André Staltz
📁 Source Code: https://github.com/ReactiveX/rxjs/blob/master/src/internal/operators/throttleTime.ts