public class ProgressEventInit extends EventInit
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
lengthComputable |
Objs.Property<Number> |
loaded |
Objs.Property<Number> |
total |
bubbles, cancelable
Modifier | Constructor and Description |
---|---|
protected |
ProgressEventInit(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ProgressEventInit |
$as(Object obj) |
Boolean |
lengthComputable() |
Number |
loaded() |
Number |
total() |
bubbles, cancelable
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Boolean> lengthComputable
public Objs.Property<Number> loaded
public Objs.Property<Number> total
protected ProgressEventInit(Objs.Constructor<?> c, Object js)
public static ProgressEventInit $as(Object obj)
public Boolean lengthComputable()
public Number loaded()
public Number total()
Copyright © 2018. All rights reserved.