@JsType(isNative=true, name="XMLHttpRequest", namespace="<global>") public class XMLHttpRequest extends EventTarget<XMLHttpRequest>
EventTarget.Options
ACTIVE_BUBBLE, ACTIVE_CAPTURE, PASSIVE_BUBBLE, PASSIVE_CAPTURE, PASSIVE_SUPPORTED
Constructor and Description |
---|
XMLHttpRequest() |
Modifier and Type | Method and Description |
---|---|
void |
open(HttpMethod method,
String url) |
void |
open(HttpMethod method,
String url,
boolean async) |
void |
open(HttpMethod method,
String url,
boolean async,
String user) |
void |
open(HttpMethod method,
String url,
boolean async,
String user,
String password) |
void |
send() |
void |
send(String data) |
addEventListener, addEventListener, addEventListener, dispatchEvent, dispatchEvent, getEventListeners, removeEventListener, removeEventListener, removeEventListener, removeNativeEventListener, removeNativeEventListener, removeNativeEventListener, setEventListeners
cast, getOwnPropertyNames, hasOwnProperty, observe
@JsOverlay public final void open(HttpMethod method, String url)
@JsOverlay public final void open(HttpMethod method, String url, boolean async)
@JsOverlay public final void open(HttpMethod method, String url, boolean async, String user)
@JsOverlay public final void open(HttpMethod method, String url, boolean async, String user, String password)
@JsMethod(name="send") public void send()
@JsMethod(name="send") public void send(String data)
Copyright © 2018 Xalys. All rights reserved.