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

Method install

www/js/_hyperscript.esm.js:9886–9895  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

9884 this.displayName = "bind";
9885 }
9886 install(target, source, args, runtime2) {
9887 var feature = this;
9888 queueMicrotask(function() {
9889 try {
9890 _bind(feature.left, feature.right, target, feature, runtime2);
9891 } catch (e) {
9892 console.error(e.message || e);
9893 }
9894 });
9895 }
9896};
9897function _registerListener(runtime2, elt, listenerTarget, event, handler) {
9898 var eltData = runtime2.getInternalData(elt);

Callers

nothing calls this directly

Calls 1

_bindFunction · 0.70

Tested by

no test coverage detected