urlProtocolDidFinishLoading(_:)
Tells the client that the protocol implementation has finished loading.
Declaration
func urlProtocolDidFinishLoading(_ protocol: URLProtocol)Parameters
- protocol:
The URL protocol object sending the message.
Tells the client that the protocol implementation has finished loading.
func urlProtocolDidFinishLoading(_ protocol: URLProtocol)The URL protocol object sending the message.