mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
add HTMLElement.innerText
This commit is contained in:
parent
0e7c1e5ef9
commit
9daba6e5a6
|
@ -136,6 +136,12 @@ public interface HTMLElement extends Element, ElementCSSInlineStyle, EventTarget
|
|||
@JSProperty
|
||||
void setInnerHTML(String content);
|
||||
|
||||
@JSProperty
|
||||
String getInnerText();
|
||||
|
||||
@JSProperty
|
||||
void setInnerText(String content);
|
||||
|
||||
TextRectangle getBoundingClientRect();
|
||||
|
||||
@JSProperty
|
||||
|
|
Loading…
Reference in New Issue
Block a user