Class ProgressEvent<TARGET>

java.lang.Object
elemental2.dom.Event
elemental2.dom.ProgressEvent<TARGET>

@JsType(isNative=true, namespace="<global>") public class ProgressEvent<TARGET> extends Event
  • Field Details

    • lengthComputable

      public boolean lengthComputable
    • loaded

      public double loaded
    • target

      public TARGET target
    • total

      public double total
  • Constructor Details