Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebReflection/wicked-elements
/ upgrade
Function
upgrade
esm/index.js:112–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
};
111
112
export
const
upgrade = element => {
113
if
(query.length) {
114
flush();
115
parse([element]);
116
}
117
};
118
119
export
const
whenDefined = selector => {
120
if
(!(selector in defined)) {
Callers
nothing calls this directly
Calls
2
flush
Function · 0.85
parse
Function · 0.85
Tested by
no test coverage detected