@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XMLHttpRequestEventTarget")
public class XMLHttpRequestEventTarget
extends EventTarget
| Modifier and Type | Field and Description |
|---|---|
@JsNullable ProgressEventHandler |
onabort
The XMLHttpRequestEventTarget.onabort is the function called when an XMLHttpRequest transaction is aborted, such as when the XMLHttpRequest.abort() function is called.
|
@JsNullable ProgressEventHandler |
onerror
The XMLHttpRequestEventTarget.onerror is the function called when an XMLHttpRequest transaction fails due to an error.
|
@JsNullable ProgressEventHandler |
onload
The XMLHttpRequestEventTarget.onload is the function called when an XMLHttpRequest transaction completes successfully.
|
@JsNullable ProgressEventHandler |
onloadend |
@JsNullable ProgressEventHandler |
onloadstart
The XMLHttpRequestEventTarget.onloadstart is the function called when an XMLHttpRequest transaction starts transferring data.
|
@JsNullable ProgressEventHandler |
onprogress
The XMLHttpRequestEventTarget.onprogress is the function called periodically with information when an XMLHttpRequest before success completely.
|
@JsNullable ProgressEventHandler |
ontimeout |
| Modifier | Constructor and Description |
|---|---|
protected |
XMLHttpRequestEventTarget() |
addEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic @JsNullable ProgressEventHandler onabort
public @JsNullable ProgressEventHandler onerror
public @JsNullable ProgressEventHandler onload
public @JsNullable ProgressEventHandler onloadend
public @JsNullable ProgressEventHandler onloadstart
public @JsNullable ProgressEventHandler onprogress
public @JsNullable ProgressEventHandler ontimeout
@JsOverlay
public final void addLoadstartListener(@Nonnull
ProgressEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addLoadstartListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void addLoadstartListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void removeLoadstartListener(@Nonnull
ProgressEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeLoadstartListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeLoadstartListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void addLoadListener(@Nonnull
ProgressEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addLoadListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void addLoadListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void removeLoadListener(@Nonnull
ProgressEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeLoadListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeLoadListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void addLoadendListener(@Nonnull
ProgressEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addLoadendListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void addLoadendListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void removeLoadendListener(@Nonnull
ProgressEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeLoadendListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeLoadendListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void addAbortListener(@Nonnull
ProgressEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAbortListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void addAbortListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void removeAbortListener(@Nonnull
ProgressEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAbortListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAbortListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void addProgressListener(@Nonnull
ProgressEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addProgressListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void addProgressListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void removeProgressListener(@Nonnull
ProgressEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeProgressListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeProgressListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void addErrorListener(@Nonnull
ProgressEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addErrorListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void addErrorListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void removeErrorListener(@Nonnull
ProgressEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeErrorListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeErrorListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void addTimeoutListener(@Nonnull
ProgressEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTimeoutListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTimeoutListener(@Nonnull
ProgressEventListener callback)
@JsOverlay
public final void removeTimeoutListener(@Nonnull
ProgressEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTimeoutListener(@Nonnull
ProgressEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTimeoutListener(@Nonnull
ProgressEventListener callback)