WKDownloadDelegate
A protocol you implement to track download progress and handle redirects, authentication challenges, and failures.
Declaration
@MainActor protocol WKDownloadDelegate : NSObjectProtocolTopics
Tracking Download Progress
download(_:decideDestinationUsing:suggestedFilename:completionHandler:)downloadDidFinish(_:)download(_:didFailWithError:resumeData:)