method domReady


void domReady()

Implement to access custom elements in dom descendants, ancestors, or siblings. Because custom elements upgrade in document order, elements accessed in ready or attached may not be upgraded. When domReady is called, all registered custom elements are guaranteed to have been upgraded.

Source

void domReady() {}