Also, there is no way to assume that _ALL_ functionality must be defined in connectedCallback(). An element's behavior (nee functionality) can depend on the value of its attributes, which can change after its been connected—often long after.
↧
Also, there is no way to assume that _ALL_ functionality must be defined in connectedCallback(). An element's behavior (nee functionality) can depend on the value of its attributes, which can change after its been connected—often long after.