Returns a list of nodes distributed to this element's <content>.
If this element contans more than one <content> in its local DOM, an optional selector may be passed to choose the desired content.
Source
List<Node> getContentChildNodes([String selector]) =>
jsElement.callMethod('getContentChildNodes', [selector]);