ProgressEvent
Extends: Event
See
- https://developer.mozilla.org/en-US/docs/Web/API/ProgressEvent
-
- instance
- .type
- .isTrusted :
boolean - .target :
Node - .currentTarget :
Node - .bubbles :
boolean - .cancelable :
boolean - .eventPhase
- .defaultPrevented :
boolean - .returnValue :
* - .preventDefault()
- .stopImmediatePropagation()
- .stopPropagation()
- static
- instance
progressEvent.type
Read only
progressEvent.isTrusted : boolean
Read only
progressEvent.target : Node
Read only
progressEvent.currentTarget : Node
Read only
progressEvent.bubbles : boolean
Read only
progressEvent.cancelable : boolean
Read only
progressEvent.eventPhase
Read only
progressEvent.defaultPrevented : boolean
Read only
progressEvent.returnValue : *
progressEvent.preventDefault()
progressEvent.stopImmediatePropagation()
progressEvent.stopPropagation()
ProgressEvent.module.exports
new module.exports(typeArg, [eventInit])
Creates an instance of ProgressEvent.
| Param | Type | Default |
|---|---|---|
| typeArg | * |
|
| [eventInit] | * |
{} |
ProgressEvent.lengthComputable
Read only
ProgressEvent.loaded
Read only
ProgressEvent.total
Read only
ProgressEvent.initEvent(typeArg, bubbles, cancelable)
| Param | Type |
|---|---|
| typeArg | * |
| bubbles | * |
| cancelable | * |
