[Pas2js] Random bugs and observations

Michael Van Canneyt michael at freepascal.org
Fri May 11 09:07:28 CEST 2018



On Fri, 11 May 2018, Ryan Joseph wrote:

> Sorry for the long list. :)
>
> 8) “text” property of TJSElement doesn’t exist.

Correct, this is not a property of TJSElement.

TJSNode has innerText and textContent
TJSElement has innerHTML and outerHTML

Michael.


More information about the Pas2js mailing list