Framework
Version
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference

SolidRateLimiterOptions

Interface: SolidRateLimiterOptions<TFn, TSelected>

Defined in: solid-pacer/src/rate-limiter/createRateLimiter.ts:13

Extends

  • RateLimiterOptions<TFn>

Type Parameters

TFn

TFn extends AnyFunction

TSelected

TSelected = { }

Properties

onUnmount()?

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

Defined in: solid-pacer/src/rate-limiter/createRateLimiter.ts:21

Optional callback invoked when the owning component unmounts. Receives the rate limiter instance. When provided, replaces the default cleanup; use it to call reset(), add logging, etc.

Parameters

rateLimiter

SolidRateLimiter<TFn, TSelected>

Returns

void

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.