window.ProgressEvent
See
- https://developer.mozilla.org/en-US/docs/Web/API/ProgressEvent
- https://xhr.spec.whatwg.org/#progressevent
ProgressEvent(typeArg, [eventInit])
Creates an instance of ProgressEvent.
Param | Type | Default |
---|---|---|
typeArg | * | |
[eventInit] | * | {} |
lengthComputable
Read only
loaded
Read only
total
Read only
type
Read only
isTrusted : boolean
Read only
target : Node
Read only
currentTarget : Node
Read only
bubbles : boolean
Read only
cancelable : boolean
Read only
composed : boolean
Read only
eventPhase
Read only
defaultPrevented : boolean
Read only
returnValue : *
initEvent(typeArg, bubblesArg, cancelableArg)
Param | Type |
---|---|
typeArg | string |
bubblesArg | boolean |
cancelableArg | boolean |
composedPath()
Returns the event's path
See
- https://developer.mozilla.org/en-US/docs/Web/API/Event/composedPath
- https://dom.spec.whatwg.org/#dom-event-composedpath