AsyncCompatibilityKit icon indicating copy to clipboard operation
AsyncCompatibilityKit copied to clipboard

Download

Open robertmryan opened this issue 4 years ago • 2 comments

Add download tasks

  • Note, though, that unlike the data task, I made the method name distinct (using with rather than for/from).
  • Should the data task also use unique names rather than counterfeiting the iOS 15 method names?
  • This uses the actor pattern referenced in my other pull request.
  • If you approve of this pull request, I'm happy to do an upload task rendition, too.

robertmryan avatar Jan 03 '22 19:01 robertmryan

@JohnSundell Would it be possible for you to accept this merge? It'd be great to have this addition. Or is there a reason it has not been added yet? @robertmryan Thanks.

mylogon341 avatar Aug 25 '22 15:08 mylogon341

Actually, the only thing missing here is that you've not marked your new extension as public, leaving it inaccessible.

mylogon341 avatar Aug 25 '22 16:08 mylogon341