wendux / fly

:rocket: Supporting request forwarding and Promise based HTTP client for all JavaScript runtimes.
https://wendux.github.io/dist/#/language
MIT License
3.9k stars 639 forks source link

上传、下载支持获取进度吗? #144

Open git10135405 opened 6 years ago

git10135405 commented 6 years ago

文件下载(download (url, savePath, params = null, options={})) 文件上传(upload(url,formData,options={})) 支持获取进度吗?

VICTORYGS commented 5 years ago

axios 支持

macleer commented 3 years ago

感觉不支持,原生fetch还可以变通实现,flyio直接把Response类简化了

puzzle9 commented 2 years ago

https://github.com/wendux/fly/issues/11