Returns the source observable sequence or the other observable sequence if dueTime elapses.
dueTime (Date | Number): Absolute (specified as a Date object) or relative time (specified as an integer denoting milliseconds) when a timeout occurs.
dueTime
[other] (Observable): Sequence or Promise to return in case of a timeout. If not specified, a timeout error throwing sequence will be used.
[other]
Observable
[scheduler=Rx.Observable.timeout] (Scheduler): Scheduler to run the timeout timers on. If not specified, the timeout scheduler is used.
[scheduler=Rx.Observable.timeout]
Scheduler
(Observable): An observable sequence with time interval information on values.
Last updated 5 years ago