mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Add an `AbortSignal` parameter to `Debouncer`. Implementations may choose to accept this parameter to be informed when a debounced operation is aborted. This may be useful for canceling pending timers or avoiding unnecessary work. |
||
|---|---|---|
| .. | ||
| validators | ||
| debounce.spec.ts | ||
| hidden.spec.ts | ||
| structure.spec.ts | ||
| when.spec.ts | ||