mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement ParentNode#replaceChildren
This commit is contained in:
parent
0baa1ea7bd
commit
66f80fbf4f
7 changed files with 29 additions and 100 deletions
|
@ -20,6 +20,8 @@ interface mixin ParentNode {
|
|||
void prepend((Node or DOMString)... nodes);
|
||||
[CEReactions, Throws, Unscopable]
|
||||
void append((Node or DOMString)... nodes);
|
||||
[CEReactions, Throws, Unscopable]
|
||||
void replaceChildren((Node or DOMString)... nodes);
|
||||
|
||||
[Pure, Throws]
|
||||
Element? querySelector(DOMString selectors);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue