Instance Method インスタンスメソッド

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. メッセージを送っているURLプロトコルオブジェクト。

See Also 参照

Indicating Loading Progress or Failure ローディングの進捗または失敗を指し示す