Re: XMLHttpRequest progress events

Bjoern Hoehrmann wrote:
> * Jonas Sicking wrote:
>> In many cases the user might know the size even if the implementation 
>> does not. Or it is even imaginable that the script knows the size even 
>> if the XHR class does not. In both these cases the number of bytes 
>> transferred is useful to present.
> 
> Right, they have currentSize = knownSize * position/total for that, no?

I'm not following you here. What properties are you proposing to make 
available?

/ Jonas

Received on Tuesday, 25 April 2006 08:56:02 UTC