ProgressEvent

Overview

The ProgressEvent interface represents events measuring progress of an underlying process, like an HTTP request (for an XMLHttpRequest, or the loading of the underlying resource of an <img>, <audio>, <video>, <style> or <link>).

Location

Properties


lengthComputable

 

property lengthComputable: Boolean read;

 

Boolean lengthComputable { get; }

 

var lengthComputable: Boolean { get{} }

 

Boolean lengthComputable { __get; }

 

ReadOnly Property lengthComputable() As Boolean

loaded

 

property loaded: Double read;

 

Double loaded { get; }

 

var loaded: Double { get{} }

 

Double loaded { __get; }

 

ReadOnly Property loaded() As Double

total

 

property total: Double read;

 

Double total { get; }

 

var total: Double { get{} }

 

Double total { __get; }

 

ReadOnly Property total() As Double