下载文件时获取数据块

时间:2018-08-14 10:08:02

标签: angular file download chunks angular-httpclient

当我做类似

this.http.get('some link which returns a file').subscribe(
    result => console.log(result)
);

仅在文件完全下载后才能看到结果。有没有办法使用部分下载的文件?我的意思是,在文件下载过程中可以看到一组数据块吗?

我在后端使用Angular 6和NodeJS。

0 个答案:

没有答案