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

Method isDOMTarget

www/js/_hyperscript-max.js:7908–7910  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

7906 return runtime2.findNext(this, context);
7907 }
7908 isDOMTarget(element) {
7909 return element instanceof Node || element instanceof NodeList || element instanceof HTMLCollection;
7910 }
7911 };
7912 var ToggleCommand = class _ToggleCommand extends VisibilityCommand {
7913 static keyword = "toggle";

Callers 1

resolveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected