Extends: Event
See
- https://developer.mozilla.org/en-US/docs/Web/API/ProgressEvent
- https://xhr.spec.whatwg.org/#progressevent
- ProgressEvent
- instance
- .type
- .isTrusted :
boolean - .target :
Node - .currentTarget :
Node - .bubbles :
boolean - .cancelable :
boolean - .eventPhase
- .defaultPrevented :
boolean - .returnValue :
\* - .preventDefault()
- .stopImmediatePropagation()
- .stopPropagation()
- static
- instance
Read only
Read only
progressEvent.target : Node
Read only
progressEvent.currentTarget : Node
Read only
Read only
Read only
Read only
Read only
Creates an instance of ProgressEvent.
| Param | Type | Default |
|---|---|---|
| typeArg | \* |
|
| [eventInit] | \* |
{} |
Read only
Read only
Read only
| Param | Type |
|---|---|
| typeArg | \* |
| bubbles | \* |
| cancelable | \* |