githubEdit

audit

signature: audit(durationSelector: (value) => Observable | Promise): Observable

Ignore for time based on provided observable, then emit most recent value

[ Examples Coming Soon! ]

Additional Resources


๐Ÿ“ Source Code: https://github.com/ReactiveX/rxjs/blob/master/src/internal/operators/audit.tsarrow-up-right

Last updated