fetch-progress:获取API的响应进度

时间:2024-05-26 14:22:05
【文件属性】:

文件名称:fetch-progress:获取API的响应进度

文件大小:128KB

文件格式:ZIP

更新时间:2024-05-26 14:22:05

javascript fetch progress ecmascript JavaScript

获取API的响应进度。 获取您的响应的进度报告,该响应从获取中获取,例如百分比,速度,总计,已传输,eta和剩余。 安装 npm i fetch-progress 用法 将fetchProgress方法导入您的项目 import fetchProgress from 'fetch-progress 现在在提取调用中使用fetchProgress方法,尝试在使用响应之前将其放入。 你可以 fetch(this.props.src) .then( fetchProgress({ // implement onProgress method onProgress(progress) { console.log({ progress }); // A possible progress report y


【文件预览】:
fetch-progress-master
----.babelrc(104B)
----index.js(1KB)
----package.json(603B)
----speedometer.js(964B)
----Progress.js(1KB)
----.github()
--------FUNDING.yml(722B)
----LICENSE(1KB)
----package-lock.json(271KB)
----dist()
--------fetch-progress.db655106.map(8KB)
--------fetch-progress.db655106.js(4KB)
--------app.b185db3b.map(74KB)
--------index.html(348B)
--------app.12eb2afb.js(17KB)
--------app.12eb2afb.map(70KB)
--------app.b185db3b.js(53KB)
----.npmignore(9B)
----index.d.ts(756B)
----examples()
--------index.html(340B)
--------ProgressItem.js(846B)
--------app.js(2KB)
----.gitignore(30B)
----README.md(2KB)

网友评论