MCPcopy
hub / github.com/rrweb-io/rrweb / querySelectorAll

Function querySelectorAll

packages/utils/src/index.ts:243–248  ·  view source on GitHub ↗
(
  n: Element,
  selectors: string,
)

Source from the content-addressed store, hash-verified

241}
242
243export function querySelectorAll(
244 n: Element,
245 selectors: string,
246): NodeListOf<Element> {
247 return getUntaintedAccessor('Element', n, 'querySelectorAll')(selectors);
248}
249
250export function mutationObserverCtor(): [
251 (typeof MutationObserver)['prototype']['constructor'],

Callers

nothing calls this directly

Calls 1

getUntaintedAccessorFunction · 0.85

Tested by

no test coverage detected