We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f3592 commit c6600b7Copy full SHA for c6600b7
index.d.ts
@@ -637,7 +637,7 @@ export interface StatefulPromise<T> extends Promise<T> {
637
/**
638
* Add an event listener which triggers when data receiving from server.
639
*/
640
- progress(callback: (received: number, total: number) => void): StatefulPromise<FetchBlobResponse>;
+ progress(callback: (received: string, total: string) => void): StatefulPromise<FetchBlobResponse>;
641
642
643
* Add an event listener with custom configuration
0 commit comments