new XMLHttpRequestEventTarget()
Interface that describes the event handlers shared on XMLHttpRequest and XMLHttpRequestUpload interfaces.
- Source:
Extends
Members
onabort :function
Get/Set the event handler fired whenever the 'abort' event is emitted.
Type:
- function
- Source:
onerror :function
Get/Set the event handler fired whenever the 'error' event is emitted.
Type:
- function
- Source:
onload :function
Get/Set the event handler fired whenever the 'load' event is emitted.
Type:
- function
- Source:
onloadend :function
Get/Set the event handler fired whenever the 'loadend' event is emitted.
Type:
- function
- Source:
onloadstart :function
Get/Set the event handler fired whenever the 'loadstart' event is emitted.
Type:
- function
- Source:
onprogress :function
Get/Set the event handler fired whenever the 'progress' event is emitted.
Type:
- function
- Source:
ontimeout :function
Get/Set the event handler fired whenever the 'timeout' event is emitted.
Type:
- function
- Source: