Platforms to show: All Mac Windows Linux Cross-Platform
WKDownloadMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | WebKit2 | MBS Mac64bit Plugin | 22.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 7 properties
- property file as FolderItem
- property fileURL as String
- property Handle as Integer
- property originalRequest as NSURLRequestMBS
- property totalBytesExpected as Int64
- property totalBytesWritten as Int64
- property webView as WKWebViewMBS
- 2 methods
- method Cancel
- method Constructor Private
This class has no sub classes.
Some events using this class:
- DesktopWKWebViewControlMBS.downloadDidFailWithError(download as WKDownloadMBS, error as NSErrorMBS, resumeData as MemoryBlock)
- DesktopWKWebViewControlMBS.downloadDidFinish(download as WKDownloadMBS)
- DesktopWKWebViewControlMBS.downloadWillPerformHTTPRedirection(download as WKDownloadMBS, response as NSURLResponseMBS, request as NSURLRequestMBS, byref DownloadRedirectPolicy as Integer)
- DesktopWKWebViewControlMBS.navigationResponseDidBecomeDownload(navigationResponse as WKNavigationResponseMBS, download as WKDownloadMBS)
- WKWebViewControlMBS.downloadDidFinish(download as WKDownloadMBS)
- WKWebViewControlMBS.navigationActionDidBecomeDownload(navigationAction as WKNavigationActionMBS, download as WKDownloadMBS)
- WKWebViewControlMBS.navigationResponseDidBecomeDownload(navigationResponse as WKNavigationResponseMBS, download as WKDownloadMBS)
- WKWebViewIOSControlMBS.downloadDecideDestinationUsingResponse(download as WKDownloadMBS, response as NSURLResponseMBS, suggestedFilename as String, byref destination as FolderItem)
- WKWebViewIOSControlMBS.downloadDidReceiveAuthenticationChallenge(download as WKDownloadMBS, challenge as NSURLAuthenticationChallengeMBS, byref AuthChallengeDisposition as Integer, byref credentials as NSURLCredentialMBS)
- WKWebViewIOSControlMBS.downloadWillPerformHTTPRedirection(download as WKDownloadMBS, response as NSURLResponseMBS, request as NSURLRequestMBS, byref DownloadRedirectPolicy as Integer)
Blog Entries
Xojo Developer Magazine
Release notes
- Version 22.3
- Added WKDownloadMBS class and a lot of related events to our webkit controls.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
WKBackForwardListMBS - WKFrameInfoMBS