mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
#455: added Node.textContent property support
This commit is contained in:
parent
2f9e7b0cfb
commit
c0d42a9d7a
|
@ -96,7 +96,13 @@ public interface Node extends JSObject {
|
|||
String getLocalName();
|
||||
|
||||
boolean hasAttributes();
|
||||
|
||||
@JSProperty
|
||||
String getTextContent();
|
||||
|
||||
@JSProperty
|
||||
void getTextContent(String textContent);
|
||||
|
||||
@JSProperty
|
||||
Document getOwnerDocument();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user