MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / addAfterProcessHook

Method addAfterProcessHook

www/js/_hyperscript.js:2879–2881  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

2877 this.#beforeProcessHooks.push(fn);
2878 }
2879 addAfterProcessHook(fn) {
2880 this.#afterProcessHooks.push(fn);
2881 }
2882 processNode(elt) {
2883 for (var fn of this.#beforeProcessHooks) fn(elt);
2884 var selector = this.#getScriptSelector();

Callers 2

initMethod · 0.45
_hyperscript.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected