Skip to content

addHandler()

ts
function addHandler(handler): void

Defined in: client/mutation.ts:22 ↗

Adds custom handler for HTML document changes. Can be used by plugins to share the imgit observer instance.

Parameters

handler

Handler

Returns

void