Deprecated WebFrameLoadDelegate Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.4.11

webView:windowScriptObjectAvailable:

Invoked when a frame’s scripting object for a page is available. (Use the webView:didClearWindowObject:forFrame: method instead.) (required) (Deprecated in Mac OS X v10.4.11.)

- (void)webView:(WebView *)senderwindowScriptObjectAvailable:(WebScriptObject *)windowScriptObject

Parameters
sender

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.

Availability
See Also
Declared In
WebFrameLoadDelegate.h


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-04-08)