Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsdom/jsdom
/ length
Method
length
lib/jsdom/living/nodes/HTMLCollection-impl.js:17–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
this._update();
16
}
17
get length() {
18
this._update();
19
return
this._list.length;
20
}
21
item(index) {
22
this._update();
23
return
this._list[index] || null;
Callers
nothing calls this directly
Calls
1
_update
Method · 0.95
Tested by
no test coverage detected