- From: Rodger Combs <rodger.combs@gmail.com>
- Date: Wed, 23 Nov 2011 09:14:54 -0600
XHR currently provides no reliable method of determining the actual upload or download speed of a transfer. It also does not provide an ETA estimate. I propose three new read only properties of the XHR object: XHR.timeRemaining = estimated time left in ms XHR.completionTime = a Date object representing the estimated completion time XHR.transferRate = upload/download speed, measured in Kbps, as an integer.
Received on Wednesday, 23 November 2011 07:14:54 UTC