- From: TestPolygon <notifications@github.com>
- Date: Tue, 17 Sep 2019 02:00:16 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 September 2019 09:00:38 UTC
It can be done if browsers will start support ReadableStream for Request object's body. Currently there is only support ReadableStream for Response object's body and you can use it for checking a _download_ progress. They should implement that: https://fetch.spec.whatwg.org/#bodyinit Check your browser: https://w3c-test.org/fetch/api/basic/request-upload.any.html So, waiting for browser support, in this case you even do not need something like this: https://github.com/whatwg/fetch/issues/607 See also: https://github.com/whatwg/fetch/pull/425 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/21#issuecomment-532129894
Received on Tuesday, 17 September 2019 09:00:38 UTC