shouldPerformDownload property
getter/setter pair
A value indicating whether the web content used a download attribute to indicate that this should be downloaded.
Officially Supported Platforms/Implementations:
- iOS WKWebView 14.5+ (Official API - WKNavigationAction.shouldPerformDownload)
- macOS WKWebView 11.3+ (Official API - WKNavigationAction.shouldPerformDownload)
Implementation
bool? shouldPerformDownload;