Ignores values from an observable sequence which are followed by another value before dueTime.
dueTime (Number): Duration of the throttle period for each value (specified as an integer denoting milliseconds).
dueTime
Number
[scheduler=Rx.Scheduler.timeout] (Any): Scheduler to run the throttle timers on. If not specified, the timeout scheduler is used.
[scheduler=Rx.Scheduler.timeout]
Any
(Observable): The throttled sequence.
Observable
Last updated 5 years ago