audit
signature: audit(durationSelector: (value) => Observable | Promise): Observable
audit(durationSelector: (value) => Observable | Promise): Observable
Ignore for time based on provided observable, then emit most recent value
[ Examples Coming Soon! ]
Additional Resources
:newspaper: - Official docs
:file_folder: Source Code: https://github.com/ReactiveX/rxjs/blob/master/src/internal/operators/audit.ts
Last updated