MCPcopy 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
112export const upgrade = element => {
113 if (query.length) {
114 flush();
115 parse([element]);
116 }
117};
118
119export const whenDefined = selector => {
120 if (!(selector in defined)) {

Callers

nothing calls this directly

Calls 2

flushFunction · 0.85
parseFunction · 0.85

Tested by

no test coverage detected