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 NO and the underlying NSURLConnection object for the main resource sends the connection:didReceiveData: message to its delegate.