Dart API Reference
dart:html
HttpRequestUpload
HttpRequestUpload
class
Annotated by:
DocsEditable()
DomName('XMLHttpRequestUpload')
Experimental()
Extends:
HttpRequestEventTarget
EventTarget
Object
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
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
removeEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
dispatchEvent
Inherited
(
Event
event
) →
bool