Docs
CodeRabbit
Cloudflare
Railway
OpenRouter
Clerk
WorkOS
Netlify
AG Grid
SerpAPI
Unkey
Prisma
Sentry
Electric
CodeRabbit
Cloudflare
Railway
OpenRouter
Clerk
WorkOS
Netlify
AG Grid
SerpAPI
Unkey
Prisma
Sentry
Electric
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference
Rate Limiter API Reference

AngularAsyncRateLimiterOptions

Interface: AngularAsyncRateLimiterOptions<TFn, TSelected>

Defined in: angular-pacer/src/async-rate-limiter/injectAsyncRateLimiter.ts:13

Extends

  • AsyncRateLimiterOptions<TFn>

Type Parameters

TFn

TFn extends AnyAsyncFunction

TSelected

TSelected = { }

Properties

onUnmount()?

ts
optional onUnmount: (rateLimiter) => void;
optional onUnmount: (rateLimiter) => void;

Defined in: angular-pacer/src/async-rate-limiter/injectAsyncRateLimiter.ts:21

Optional callback invoked when the component is destroyed. Receives the rate limiter instance. When provided, replaces the default cleanup (abort).

Parameters

rateLimiter

AngularAsyncRateLimiter<TFn, TSelected>

Returns

void