public class ProgressEvent extends Event
Modifier and Type | Field and Description |
---|---|
Boolean |
lengthComputable |
double |
loaded |
static ProgressEvent |
prototype |
double |
total |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, cancelBubble, CAPTURING_PHASE, currentTarget, defaultPrevented, eventPhase, isTrusted, returnValue, srcElement, target, timeStamp, type
constructor
Constructor and Description |
---|
ProgressEvent() |
Modifier and Type | Method and Description |
---|---|
void |
initProgressEvent(String typeArg,
Boolean canBubbleArg,
Boolean cancelableArg,
Boolean lengthComputableArg,
double loadedArg,
double totalArg) |
initEvent, preventDefault, stopImmediatePropagation, stopPropagation
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public Boolean lengthComputable
public double loaded
public double total
public static ProgressEvent prototype