mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Added responseType and response properties to XMLHTTPRequest.
This commit is contained in:
parent
9300c07daf
commit
c2864de3ca
|
@ -63,10 +63,19 @@ public interface XMLHttpRequest extends JSObject {
|
|||
|
||||
@JSProperty
|
||||
Document getResponseXML();
|
||||
|
||||
@JSProperty
|
||||
JSObject getResponse();
|
||||
|
||||
@JSProperty
|
||||
int getStatus();
|
||||
|
||||
@JSProperty
|
||||
String getStatusText();
|
||||
|
||||
@JSProperty
|
||||
void setResponseType(String type);
|
||||
|
||||
@JSProperty
|
||||
String getResponseType();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user