handlesURLScheme(_:)
Returns a Boolean value that indicates whether WebKit natively supports resources with the specified URL scheme.
Declaration
class func handlesURLScheme(_ urlScheme: String) -> BoolParameters
- urlScheme:
The URL scheme associated with the resource.
Return Value
true if WebKit provides native support for the URL scheme, or false if it doesn’t.