Class ProgressEvent<TARGET>


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

      • lengthComputable

        public boolean lengthComputable
      • loaded

        public double loaded
      • target

        public TARGET target
      • total

        public double total
    • Constructor Detail

      • ProgressEvent

        public ProgressEvent​(java.lang.String type,
                             ProgressEventInit progressEventInitDict)
      • ProgressEvent

        public ProgressEvent​(java.lang.String type)