Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CanadaHonk/shadow
/ constructor
Method
constructor
engine/dom.js:141–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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