Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 683 Bytes

kit.webextensiontargetboundeventtarget.off.md

File metadata and controls

49 lines (24 loc) · 683 Bytes

Home > @holoflows/kit > WebExtensionTargetBoundEventTarget > off

WebExtensionTargetBoundEventTarget.off() method

Signature:

off(callback: (data: T, senderUUID: string) => void): void;

Parameters

Parameter

Type

Description

callback

(data: T, senderUUID: string) => void

**Returns:**

void