CustomElementRegistry.upgrade works by current spec

This commit is contained in:
Patrick Shaughnessy 2019-12-31 21:02:27 -05:00
parent 45cc558297
commit 065bcee371
4 changed files with 13 additions and 15 deletions

View file

@ -11,6 +11,8 @@ interface CustomElementRegistry {
any get(DOMString name);
Promise<void> whenDefined(DOMString name);
[CEReactions] void upgrade(Node root);
};
callback CustomElementConstructor = HTMLElement();