@base-web-kits/base-tools-web 1.1.1-alpha.0 → 1.1.1

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/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
- onChunkReceived: (cb) => {
1563
+ onProgressUpdate: (cb) => {
1564
1564
  chunkCallback = cb;
1565
1565
  },
1566
1566
  offChunkReceived: () => {