Defined in: throttler/createThrottler.ts:11
An extension of the Throttler class that adds Solid signals to access the internal state of the throttler
• TFn extends AnyFunction
executionCount: Accessor<number>;
executionCount: Accessor<number>;
Defined in: throttler/createThrottler.ts:19
isPending: Accessor<boolean>;
isPending: Accessor<boolean>;
Defined in: throttler/createThrottler.ts:20
lastExecutionTime: Accessor<number>;
lastExecutionTime: Accessor<number>;
Defined in: throttler/createThrottler.ts:21
nextExecutionTime: Accessor<number>;
nextExecutionTime: Accessor<number>;
Defined in: throttler/createThrottler.ts:22
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.