Bug 1340027 - Part 1: Add DOM CEReactions annotation.

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-04 20:41:41 -05:00 committed by Roy Tam
commit 0ff8d62963
9 changed files with 42 additions and 42 deletions

View file

@ -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);
};