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

Method install

www/js/_hyperscript.js:9888–9897  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_bindFunction · 0.70

Tested by

no test coverage detected