Skip to content

addHandler()

ts
function addHandler(handler): void

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

Parameters

handler: Handler

Returns

void

Source

client/mutation.ts:22 ↗