Defined in: async-throttler.ts:4
Options for configuring an async throttled function
optional enabled: boolean;
optional enabled: boolean;
Defined in: async-throttler.ts:9
Whether the throttler is enabled. When disabled, maybeExecute will not trigger any executions. Defaults to true.
optional onError: (error) => void;
optional onError: (error) => void;
Defined in: async-throttler.ts:18
Optional error handler for when the throttled function throws
unknown
void
wait: number;
wait: number;
Defined in: async-throttler.ts:14
Time window in milliseconds during which the function can only be executed once Defaults to 0ms
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.