Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WebReflection/wicked-elements
/ upgrade
Function
upgrade
cjs/index.js:116–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
exports.defineAsync = defineAsync;
115
116
const
upgrade = element => {
117
if
(query.length) {
118
flush();
119
parse([element]);
120
}
121
};
122
exports.upgrade = upgrade;
123
124
const
whenDefined = selector => {
Callers
nothing calls this directly
Calls
2
flush
Function · 0.85
parse
Function · 0.85
Tested by
no test coverage detected