Utility code for downloading things from the web. Mac and iOS.
Stars
28
Forks
13
Watchers
28
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
92
commits
32
commits
30
commits
5
commits
4
commits
2
commits
2
commits
1
commits
1
commits
1
commits
Fix a bug that was causing the DownloadSession to signal that it completed processing early.
aca2db7View on GitHubEnhance download progress so that we can provide more feedback to users
c8d6212View on GitHubUpdate to provide usable JSON decoding error messages.
5832734View on GitHubMerge pull request #28 from Ranchero-Software/revert-27-main
4ba123bView on GitHubExposed preparedForOpeningInBrowser API so that it can be used in dependent projects
2f7849aView on GitHubRemoved code that could call the completion handler multiple times
b27837aView on GitHubChange how we do percent encoding to allow for more special characters
2f9ad98View on GitHubLimit to 500 downloads at a time in a download session
44fb82aView on GitHubAdded comments about why the enhanced percent encoding is needed
6757efbView on GitHub