Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 620 Bytes

kit.webextensiontargetboundeventtarget.pause.md

File metadata and controls

19 lines (11 loc) · 620 Bytes

Home > @holoflows/kit > WebExtensionTargetBoundEventTarget > pause

WebExtensionTargetBoundEventTarget.pause() method

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