public class ProgressEvent extends Event
Event.ComposedPathArrayUnionType, Event.DeepPathFn
Modifier and Type | Field and Description |
---|---|
boolean |
lengthComputable |
double |
loaded |
double |
total |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
Constructor and Description |
---|
ProgressEvent(java.lang.String type) |
ProgressEvent(java.lang.String type,
ProgressEventInit progressEventInitDict) |
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
public boolean lengthComputable
public double loaded
public double total
public ProgressEvent(java.lang.String type, ProgressEventInit progressEventInitDict)
public ProgressEvent(java.lang.String type)