DomUtils.getText
deprecatedGet a node's inner text. Same as textContent
, but inserts newlines for <br>
tags.
@deprecated
Use textContent
instead.
Get a node's inner text. Same as textContent
, but inserts newlines for <br>
tags.
Use textContent
instead.