Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WebReflection/wicked-elements
/ upgrade
Function
upgrade
index.js:296–301 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
294
});
295
};
296
var
upgrade =
function
upgrade(element) {
297
if
(query.length) {
298
flush();
299
parse([element]);
300
}
301
};
302
var
whenDefined =
function
whenDefined(selector) {
303
if
(!(selector in defined)) {
304
var
_,
Callers
nothing calls this directly
Calls
2
flush
Function · 0.85
parse
Function · 0.85
Tested by
no test coverage detected