MCPcopy Create free account
hub / github.com/csskit/csskit / connectedCallback

Method connectedCallback

website/script/index.js:645–648  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

643 }
644
645 connectedCallback() {
646 this.addEventListener("change", this);
647 this.setValueFromUrl();
648 }
649
650 get example() {
651 const form = new FormData(this.querySelector("form"));

Callers

nothing calls this directly

Calls 1

setValueFromUrlMethod · 0.95

Tested by

no test coverage detected