vapor-chamber API reference - v1.3.0
    Preparing search index...

    Function debounce

    • Debounce plugin - debounce specific actions

      v0.3.0 FIX: Stores the latest next() closure and re-invokes it after the debounce period. Returns { pending: true } synchronously.

      Parameters

      • actions: string[]
      • wait: number

      Returns Plugin & { dispose(): void }