DomNode.addChild

Adds a child to the dom node.

class DomNode
final @safe
void
addChild

Parameters

child DomNode

The child to add.

Meta