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

webPlugInMainResourceDidReceive(_:)

Invoked when the connection loads data incrementally.

Declaration 宣言

func webPlugInMainResourceDidReceive(_ data: Data!)

Parameters パラメータ

data

The newly available data. 新しい利用可能なデータ。

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:didReceiveData: message to its delegate.

See Also 参照

Main resource messages