MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / isDOMTarget

Method isDOMTarget

www/js/_hyperscript.js:7909–7911  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

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

Callers 1

resolveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected