MCPcopy
hub / github.com/mdn/web-components-examples / connectedCallback

Method connectedCallback

life-cycle-callbacks/main.js:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 connectedCallback() {
22 console.log("Custom square element added to page.");
23 updateStyle(this);
24 }
25
26 disconnectedCallback() {
27 console.log("Custom square element removed from page.");

Callers

nothing calls this directly

Calls 1

updateStyleFunction · 0.85

Tested by

no test coverage detected