MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / firstUpdated

Method firstUpdated

openlibrary/components/lit/OLButton.js:74–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 firstUpdated() {
75 // Signals to CSS that the inner <button> is now in the DOM, so the
76 // host can collapse from "pre-upgrade styled" to transparent wrapper.
77 this.setAttribute('hydrated', '');
78 }
79
80 render() {
81 // The label and spinner are both always in the DOM so we can crossfade

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected