upgrade

fun upgrade(root: Node)(source)

The upgrade() method of the CustomElementRegistry interface upgrades all shadow-containing custom elements in a Node subtree, even before they are connected to the main document.

MDN Reference