mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
CB-6059 iOS: Stop FileTransfer.download doing IO on the UI thread.
This commit is contained in:
committed by
Andrew Grieve
parent
a588236cbd
commit
49b4774e7e
@@ -52,6 +52,7 @@ extern NSString* const kOptionsKeyCookie;
|
||||
AndTarget:(NSString*)target
|
||||
AndHttpStatus:(int)httpStatus
|
||||
AndBody:(NSString*)body;
|
||||
@property (nonatomic, strong) NSOperationQueue* queue;
|
||||
@property (readonly) NSMutableDictionary* activeTransfers;
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user