MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / queueAll

Method queueAll

tools/common/_hyperscript.iife.js:3244–3248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3242 if (!state.propertyHandler) {
3243 var trackedEffects = /* @__PURE__ */ new Set();
3244 var queueAll = function() {
3245 for (var eff of trackedEffects) {
3246 reactivity2._scheduleEffect(eff);
3247 }
3248 };
3249 var remove;
3250 if (obj instanceof Element) {
3251 obj.addEventListener("input", queueAll);

Callers 1

notifyPropertyMethod · 0.45

Calls 1

_scheduleEffectMethod · 0.45

Tested by

no test coverage detected