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

webPlugInMainResourceDidReceive(_:)

Invoked when the connection receives sufficient data to construct the URL response for its request.

Declaration 宣言

func webPlugInMainResourceDidReceive(_ response: URLResponse!)

Parameters パラメータ

response

The URL response for the connection's request. 接続の持つリクエストに対するURL応答。

Discussion 解説

This message is invoked when the WebPlugInShouldLoadMainResourceKey plug-in command-line argument is set to false and the underlying NSURLConnection object for the main resource sends the connection:didReceiveResponse: message to its delegate.

See Also 参照

Main resource messages