XMLHttpRequestUpload class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

XMLHttpRequestUpload()
factory

Properties

addEventListener ↔ void Function(String, [Object?, Object?])

Available on EventTarget, provided by the EventTarget$Typings extension

getter/setter pair
addEventListener → ({void Function<K$ extends Event>(XMLHttpRequestEventTargetEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on XMLHttpRequestEventTarget, provided by the XMLHttpRequestEventTarget$Typings extension

Overload accessor: $1, $2
no setter
addEventListener → ({void Function<K$ extends Event>(XMLHttpRequestEventTargetEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on XMLHttpRequestUpload, provided by the XMLHttpRequestUpload$Typings extension

Overload accessor: $1, $2
no setter
dispatchEvent bool Function(Event)

Available on EventTarget, provided by the EventTarget$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onabort ↔ dynamic Function(ProgressEvent<EventTarget>)?

Available on XMLHttpRequestEventTarget, provided by the XMLHttpRequestEventTarget$Typings extension

getter/setter pair
onerror ↔ dynamic Function(ProgressEvent<EventTarget>)?

Available on XMLHttpRequestEventTarget, provided by the XMLHttpRequestEventTarget$Typings extension

getter/setter pair
onload ↔ dynamic Function(ProgressEvent<EventTarget>)?

Available on XMLHttpRequestEventTarget, provided by the XMLHttpRequestEventTarget$Typings extension

getter/setter pair
onloadend ↔ dynamic Function(ProgressEvent<EventTarget>)?

Available on XMLHttpRequestEventTarget, provided by the XMLHttpRequestEventTarget$Typings extension

getter/setter pair
onloadstart ↔ dynamic Function(ProgressEvent<EventTarget>)?

Available on XMLHttpRequestEventTarget, provided by the XMLHttpRequestEventTarget$Typings extension

getter/setter pair
onprogress ↔ dynamic Function(ProgressEvent<EventTarget>)?

Available on XMLHttpRequestEventTarget, provided by the XMLHttpRequestEventTarget$Typings extension

getter/setter pair
ontimeout ↔ dynamic Function(ProgressEvent<EventTarget>)?

Available on XMLHttpRequestEventTarget, provided by the XMLHttpRequestEventTarget$Typings extension

getter/setter pair
removeEventListener ↔ void Function(String, [Object?, Object?])

Available on EventTarget, provided by the EventTarget$Typings extension

getter/setter pair
removeEventListener → ({void Function<K$ extends Event>(XMLHttpRequestEventTargetEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on XMLHttpRequestEventTarget, provided by the XMLHttpRequestEventTarget$Typings extension

Overload accessor: $1, $2
no setter
removeEventListener → ({void Function<K$ extends Event>(XMLHttpRequestEventTargetEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on XMLHttpRequestUpload, provided by the XMLHttpRequestUpload$Typings extension

Overload accessor: $1, $2
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited