blob: 74ff3baff2008861c74a93850da49940659ffa72 [file] [log] [blame]
[
CustomToV8
] interface Node : EventTarget {
[Reflect]const unsigned short ELEMENT_NODE = 1;
[Clamp]attribute Node parentNode;
[Custom] Node appendChild(Node newChild);
};