mainDocumentURL property
getter/setter pair
The main document URL associated with this request. This URL is used for the cookie “same domain as main document” policy.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - URLRequest.mainDocumentURL)
- macOS WKWebView (Official API - URLRequest.mainDocumentURL)
Implementation
WebUri? mainDocumentURL;