File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,8 @@ var files = [
265
265
}
266
266
];
267
267
268
- var uploadBegin = (response) = > {
268
+ var upload
269
+ = (response) = > {
269
270
var jobId = response. jobId;
270
271
console. log(' UPLOAD HAS BEGUN! JobId: ' + jobId);
271
272
};
@@ -558,7 +559,7 @@ type DownloadFileOptions = {
558
559
cacheable?: boolean ; // Whether the download can be stored in the shared NSURLCache (iOS only, defaults to true)
559
560
progressInterval?: number;
560
561
progressDivider?: number;
561
- begin?: (res: DownloadBeginCallbackResult ) = > void ;
562
+ begin?: (res: DownloadBeginCallbackResult ) = > void ; // Note: it is required when progress prop provided
562
563
progress?: (res: DownloadProgressCallbackResult ) = > void ;
563
564
resumable?: () = > void ; // only supported on iOS yet
564
565
connectionTimeout?: number // only supported on Android yet
You can’t perform that action at this time.
0 commit comments