Contents

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.

See Also

Indicating loading progress or failure