javaru
01/27/2023, 9:24 PMText()
, for example: Text("")
, the resultant HTML has the ampersand escaped: 
rather than showing the character. How can we use an HTML escape sequence either in a Text()
or other element function?Adam S
01/27/2023, 9:52 PMtextContent
instead of innerText
javaru
01/27/2023, 11:18 PM&
orangy
01/28/2023, 4:05 PM\uNNNN
javaru
01/30/2023, 1:48 PM