timeoutWith
Last updated
Last updated
timeoutWith(due: number | Date, withObservable: ObservableInput, scheduler: SchedulerLike = async): OperatorFunction
Example 1: Timeout after 1 second
( StackBlitz )
timeoutWith 📰 - Official Docs
📁 Source Code: https://github.com/ReactiveX/rxjs/blob/master/src/internal/operators/timeoutWith.ts