MCPcopy
hub / github.com/jsdom/jsdom / filter

Method filter

lib/jsdom/living/nodes/HTMLCollection-impl.js:84–87  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

82 return this._list.entries();
83 }
84 filter(...args) {
85 this._update();
86 return this._list.filter(...args);
87 }
88 map(...args) {
89 this._update();
90 return this._list.map(...args);

Callers 15

eslint.config.mjsFile · 0.80
Window.jsFile · 0.80
_dispatchStorageEventMethod · 0.80
notifyMutationObserversFunction · 0.80
namedItemMethod · 0.80
assignedElementsMethod · 0.80
_askedForAResetMethod · 0.80
_preInsertValidityMethod · 0.80
_replaceMethod · 0.80
translateLayerRuleFunction · 0.80
cloneRangeFunction · 0.80
extractRangeFunction · 0.80

Calls 1

_updateMethod · 0.95

Tested by

no test coverage detected