mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Issue #2225 - Implement Element.replaceChildren
This accounts for refactoring changes (e.g. avoids RemoveChild* changes). Partially based on https://bugzilla.mozilla.org/show_bug.cgi?id=1626015
This commit is contained in:
parent
a1f787fc8c
commit
ae50e9e01d
3 changed files with 37 additions and 0 deletions
|
|
@ -22,4 +22,6 @@ interface 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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue