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

Method install

www/js/_hyperscript-max.js:9887–9896  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_bindFunction · 0.70

Tested by

no test coverage detected