Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CanadaHonk/shadow
/ Document
Class
Document
engine/dom.js:138–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
export
class
Document extends Node {
139
cssRules = [];
140
141
constructor() {
142
super(
'document'
, null);
143
this.document = this;
144
}
145
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected