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

SolidDebouncer

Interface: SolidDebouncer<TFn>

Defined in: debouncer/createDebouncer.ts:11

An extension of the Debouncer class that adds Solid signals to access the internal state of the debouncer

Extends

  • Omit<Debouncer<TFn>, "getExecutionCount" | "getIsPending">

Type Parameters

TFn extends AnyFunction

Properties

executionCount

ts
executionCount: Accessor<number>;
executionCount: Accessor<number>;

Defined in: debouncer/createDebouncer.ts:13


isPending

ts
isPending: Accessor<boolean>;
isPending: Accessor<boolean>;

Defined in: debouncer/createDebouncer.ts:14

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.