Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/stenciljs/core
/ createCSSStyleDeclaration
Function
createCSSStyleDeclaration
src/mock-doc/css-style-declaration.ts:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
export
function
createCSSStyleDeclaration() {
61
return
new
Proxy(
new
MockCSSStyleDeclaration(), cssProxyHandler);
62
}
63
64
const
cssProxyHandler: ProxyHandler<MockCSSStyleDeclaration> = {
65
get(cssStyle, prop: string) {
Callers
1
style
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected