You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why attributes and properties are set after element has been added into DOM? Is it possible to set them before?
I'm creating custom elements library with rendering by incremental DOM, and want elements to have all attributes initialized when connectedCallback is called.
The text was updated successfully, but these errors were encountered:
Why attributes and properties are set after element has been added into DOM? Is it possible to set them before?
I'm creating custom elements library with rendering by incremental DOM, and want elements to have all attributes initialized when
connectedCallback
is called.The text was updated successfully, but these errors were encountered: