@base-web-kits/base-tools-web 1.1.1 → 1.1.2

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.js CHANGED
@@ -1494,7 +1494,7 @@ function request(config) {
1494
1494
  let chunkCallback = null;
1495
1495
  const task = {
1496
1496
  abort: () => controller.abort(),
1497
- onProgressUpdate: (cb) => {
1497
+ onChunkReceived: (cb) => {
1498
1498
  chunkCallback = cb;
1499
1499
  },
1500
1500
  offChunkReceived: () => {