fix(common): expose the HttpUploadProgressEvent
interface as public API (#30852)
Fixes #30814 PR Close #30852
This commit is contained in:

committed by
Misko Hevery

parent
7afd2603c9
commit
5c18f23788
@ -87,7 +87,7 @@ export interface HttpDownloadProgressEvent extends HttpProgressEvent {
|
||||
/**
|
||||
* An upload progress event.
|
||||
*
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
export interface HttpUploadProgressEvent extends HttpProgressEvent {
|
||||
type: HttpEventType.UploadProgress;
|
||||
|
Reference in New Issue
Block a user