A WKNavigation
object contains information about a navigation response, used for making policy decisions.
SDKs
- iOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
Framework
- Web
Kit
Declaration
class WKNavigationResponse : NSObject
A WKNavigation
object contains information about a navigation response, used for making policy decisions.
SDKs
Framework
class WKNavigationResponse : NSObject
var can Show MIMEType: Bool
A Boolean value indicating whether WebKit can display the response’s MIME type natively.
var is For Main Frame: Bool
A Boolean value indicating whether the frame being navigated is the main frame
var response: URLResponse
The frame’s response.
class WKNavigation
A WKNavigation
object contains information for tracking the loading progress of a webpage.
class WKNavigation Action
A WKNavigation
object contains information about an action that may cause a navigation, used for making policy decisions.