Type alias UploadOptions

UploadOptions: DownloadOptions & {
    onProgress?: ProgressListener;
}

Type declaration

  • Optional onProgress?: ProgressListener

    An optional progress listener for tracking the progress of the upload