Home > @holoflows/kit > WebExtensionTargetBoundEventTarget > pause
Pausing the dispatch of this event. Collect all new incoming events.
Signature:
pause(): (reducer?: (data: T[]) => T[]) => Promise<void>;
Returns:
(reducer?: (data: T[]) => T[]) => Promise<void>
A function that resume the dispatching