HttpRequestUpload class

Annotations
  • DocsEditable()
  • DomName('XMLHttpRequestUpload')
  • Experimental()
Extends

Instance Properties

on Events Inherited
read-only
onAbort Stream<ProgressEvent> Inherited
read-only
onError Stream<ProgressEvent> Inherited
read-only
onLoad Stream<ProgressEvent> Inherited
read-only
onLoadEnd Stream<ProgressEvent> Inherited
read-only
onLoadStart Stream<ProgressEvent> Inherited
read-only
onProgress Stream<ProgressEvent> Inherited
read-only
onTimeout Stream<ProgressEvent> Inherited
read-only

Instance Methods

addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
dispatchEvent(Event event) → bool Inherited