upgrade method

void upgrade(
  1. Node root
)

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.

Implementation

external void upgrade(Node root);