Skip to content

Latest commit

 

History

History
140 lines (84 loc) · 3.49 KB

File metadata and controls

140 lines (84 loc) · 3.49 KB

ProgressEvent

Extends: Event

See

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 \*