ZoneUnaryCallback onProgress
read-only

The function that is invoked on progress updates. This function is registered as an event listener on the created HttpRequest object, and thus has its own task. Further invocations of the progress function do not use the HTTP request task as task object.

Creating an HTTP request automatically registers the on-progress listener.