Skip to content

DOMPurifyI.removeHooks method

DOMPurifyI › removeHooks

Unofficial

Remove all callbacks for a specific hook.

Signature:

removeHooks(entryPoint: HookName): void

Parameters:

Parameter Type Description
entryPoint HookName The hook name.

Returns: void