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

Method disconnectedCallback

src/ext/component.js:201–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200
201 disconnectedCallback() {
202 reactivity.stopElementEffects(this);
203 runtime.cleanup(this);
204 this._hypercomp_initialized = false;
205 this._hypercomp_stamped = false;
206 }
207
208 _setupReactiveEffect(source) {
209 var self = this;

Callers

nothing calls this directly

Calls 2

stopElementEffectsMethod · 0.45
cleanupMethod · 0.45

Tested by

no test coverage detected