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

Method disconnectedCallback

www/js/_hyperscript-max.js:11171–11176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11169 });
11170 }
11171 disconnectedCallback() {
11172 reactivity2.stopElementEffects(this);
11173 runtime2.cleanup(this);
11174 this._hypercomp_initialized = false;
11175 this._hypercomp_stamped = false;
11176 }
11177 _setupReactiveEffect(source) {
11178 var self2 = this;
11179 reactivity2.createEffect(

Callers

nothing calls this directly

Calls 2

stopElementEffectsMethod · 0.45
cleanupMethod · 0.45

Tested by

no test coverage detected