pub unsafe trait WKURLSchemeHandler: NSObjectProtocol + MainThreadOnly { }
Available on crate feature
WKURLSchemeHandler
only.Expand description
A class conforming to the WKURLSchemeHandler protocol provides methods for loading resources with URL schemes that WebKit doesn’t know how to handle itself.
See also Apple’s documentation