@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XMLHttpRequestEventTarget")
public class XMLHttpRequestEventTarget
extends EventTarget
| Modifier and Type | Field and Description |
|---|---|
EventHandler |
onabort
The XMLHttpRequestEventTarget.onabort is the function called when an XMLHttpRequest transaction is aborted, such as when the XMLHttpRequest.abort() function is called.
|
EventHandler |
onerror
The XMLHttpRequestEventTarget.onerror is the function called when an XMLHttpRequest transaction fails due to an error.
|
EventHandler |
onload
The XMLHttpRequestEventTarget.onload is the function called when an XMLHttpRequest transaction completes successfully.
|
EventHandler |
onloadend |
EventHandler |
onloadstart
The XMLHttpRequestEventTarget.onloadstart is the function called when an XMLHttpRequest transaction starts transferring data.
|
EventHandler |
onprogress
The XMLHttpRequestEventTarget.onprogress is the function called periodically with information when an XMLHttpRequest before success completely.
|
EventHandler |
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, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@Nullable public EventHandler onabort
@Nullable public EventHandler onerror
@Nullable public EventHandler onload
@Nullable public EventHandler onloadend
@Nullable public EventHandler onloadstart
@Nullable public EventHandler onprogress
@Nullable public EventHandler ontimeout