@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.
@@ -1734,7 +1734,7 @@ var baseToolsWeb = (() => {
1734
1734
  let chunkCallback = null;
1735
1735
  const task = {
1736
1736
  abort: () => controller.abort(),
1737
- onProgressUpdate: (cb) => {
1737
+ onChunkReceived: (cb) => {
1738
1738
  chunkCallback = cb;
1739
1739
  },
1740
1740
  offChunkReceived: () => {