Class: XMLHttpRequestUpload

whatwg-xhr~XMLHttpRequestUpload()

new XMLHttpRequestUpload()

Interface that represents the upload process for a specific XMLHttpRequest.
Source:

Extends

Members

onabort :function

Get/Set the event handler fired whenever the 'abort' event is emitted.
Type:
  • function
Inherited From:
Source:

onerror :function

Get/Set the event handler fired whenever the 'error' event is emitted.
Type:
  • function
Inherited From:
Source:

onload :function

Get/Set the event handler fired whenever the 'load' event is emitted.
Type:
  • function
Inherited From:
Source:

onloadend :function

Get/Set the event handler fired whenever the 'loadend' event is emitted.
Type:
  • function
Inherited From:
Source:

onloadstart :function

Get/Set the event handler fired whenever the 'loadstart' event is emitted.
Type:
  • function
Inherited From:
Source:

onprogress :function

Get/Set the event handler fired whenever the 'progress' event is emitted.
Type:
  • function
Inherited From:
Source:

ontimeout :function

Get/Set the event handler fired whenever the 'timeout' event is emitted.
Type:
  • function
Inherited From:
Source:

A Node.js implementation of the WHATWG XMLHttpRequest Living Standard for non-browser environments.