@base-web-kits/base-tools-web 1.1.0-alpha.2 → 1.1.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-tools-web.umd.global.js +1 -1
- package/dist/base-tools-web.umd.global.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/network/request.d.ts +2 -2
- package/dist/network/request.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/web/network/request.ts +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1560,7 +1560,7 @@ function request(config) {
|
|
|
1560
1560
|
let chunkCallback = null;
|
|
1561
1561
|
const task = {
|
|
1562
1562
|
abort: () => controller.abort(),
|
|
1563
|
-
|
|
1563
|
+
onChunkReceived: (cb) => {
|
|
1564
1564
|
chunkCallback = cb;
|
|
1565
1565
|
},
|
|
1566
1566
|
offChunkReceived: () => {
|