Contents

webView:windowScriptObjectAvailable:

Called when a frame’s scripting object for a page is available. Use the Webview(_:didclearwindowobject:for:) method instead.

Declaration

- (void) webView:(WebView *) webView windowScriptObjectAvailable:(WebScriptObject *) windowScriptObject;

Parameters

  • webView:

    The web view containing the frame.

  • windowScriptObject:

    The window object in the scripting environment.

Discussion

This method is invoked before the page is actually loaded.

See Also

Related Documentation