loaded property

int? loaded
getter/setter pair

Is an integer representing the amount of work already performed by the underlying process. The ratio of work done can be calculated with the property and AjaxRequestEvent.total. When downloading a resource using HTTP, this only represent the part of the content itself, not headers and other overhead.

Implementation

int? loaded;