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

Method selectMatches

tools/common/_hyperscript.iife.js:1991–1994  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1989 return query[Symbol.iterator]();
1990 }
1991 selectMatches() {
1992 let query = this._runtime.getRootNode(this.relativeToElement).querySelectorAll(this.css);
1993 return query;
1994 }
1995 };
1996 var TemplatedQueryElementCollection = class extends ElementCollection {
1997 constructor(css, relativeToElement, templateParts, runtime2) {

Callers 2

lengthMethod · 0.45
[Symbol.iterator]Method · 0.45

Calls 1

getRootNodeMethod · 0.45

Tested by

no test coverage detected