mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
CustomElementRegistry.upgrade works by current spec
This commit is contained in:
parent
45cc558297
commit
065bcee371
4 changed files with 13 additions and 15 deletions
|
@ -11,6 +11,8 @@ interface CustomElementRegistry {
|
|||
any get(DOMString name);
|
||||
|
||||
Promise<void> whenDefined(DOMString name);
|
||||
|
||||
[CEReactions] void upgrade(Node root);
|
||||
};
|
||||
|
||||
callback CustomElementConstructor = HTMLElement();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue