fn run_upgrade_constructor(
    constructor: &Rc<CustomElementConstructor>,
    element: &Element
) -> Result<(), Error>
Expand description