Re: Progress event spec

Charles McCathieNevile wrote:
> 3. Add an uploadprogress
> 
> It is possible to construct an XHR that is moving content up and down at 
> the
> same time, so knowing when progress refers to one or the other is useful.

uploadprogress is a separate event one can listen for, right?  So there are 
"progress" and "uploadprogress" events that implement the same interface and 
just refer to the different directions?

-Boris

Received on Friday, 26 January 2007 23:10:39 UTC