var objectForWebScript : Any!
Returns an object that exposes the plug-in’s scripting interface.
WebPlugIn
informal protocol defines methods that enable interaction between an application using the WebKit framework and any WebKit-based plug-ins it may use.Technology
var objectForWebScript : Any!
func webPlugInSetIsSelected (Bool)
func webPlugInDestroy ()
func webPlugInInitialize ()
func webPlugInStart ()
func webPlugInStop ()
func webPlugInMainResourceDidFailWithError (Error!)
func webPlugInMainResourceDidFinishLoading ()
func webPlugInMainResourceDidReceive (Data!)
func webPlugInMainResourceDidReceive (URLResponse!)
WebPlugInContainer
is an informal protocol that enables a plug-in to send messages to the application.protocol WebPlugInViewFactory
Deprecated
非推奨