Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.mjs
File · 0.80
Window.js
File · 0.80
_dispatchStorageEvent
Method · 0.80
notifyMutationObservers
Function · 0.80
namedItem
Method · 0.80
assignedElements
Method · 0.80
_askedForAReset
Method · 0.80
_preInsertValidity
Method · 0.80
_replace
Method · 0.80
translateLayerRule
Function · 0.80
cloneRange
Function · 0.80
extractRange
Function · 0.80
Calls
1
_update
Method · 0.95
Tested by
no test coverage detected