mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
f0dfd9ac73
4 changed files with 40 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