- From: Radu Brehar <notifications@github.com>
- Date: Thu, 19 Feb 2015 22:24:12 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Friday, 20 February 2015 06:24:43 UTC
Is there any way I can attach a progress listener to the xhr.upload object used in fetch?
```js
xhr.upload.addEventListener('progress', function(){ ... })
```
since I use fetch to upload files (with FormData), I would find this very useful.
I initially reported this at https://github.com/github/fetch/issues/89, and was suggested to have it reported here
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/21
Received on Friday, 20 February 2015 06:24:43 UTC