mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Bug 1340027 - Part 1: Add DOM CEReactions annotation.
Tag UXP Issue #1344
This commit is contained in:
parent
dd7fa403a8
commit
0ff8d62963
9 changed files with 42 additions and 42 deletions
|
|
@ -18,8 +18,8 @@ interface ParentNode {
|
|||
[Pure]
|
||||
readonly attribute unsigned long childElementCount;
|
||||
|
||||
[Throws, Unscopable]
|
||||
[CEReactions, Throws, Unscopable]
|
||||
void prepend((Node or DOMString)... nodes);
|
||||
[Throws, Unscopable]
|
||||
[CEReactions, Throws, Unscopable]
|
||||
void append((Node or DOMString)... nodes);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue