mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27: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
|
|
@ -65,9 +65,9 @@ interface Document : Node {
|
|||
[NewObject, Throws]
|
||||
ProcessingInstruction createProcessingInstruction(DOMString target, DOMString data);
|
||||
|
||||
[Throws]
|
||||
[CEReactions, Throws]
|
||||
Node importNode(Node node, optional boolean deep = false);
|
||||
[Throws]
|
||||
[CEReactions, Throws]
|
||||
Node adoptNode(Node node);
|
||||
|
||||
[NewObject, Throws]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue