Deprecated WebFrameLoadDelegate Methods
A method identified as deprecated has been superseded and may become unsupported in the future.
Deprecated in 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.) (Deprecated in OS X v10.4.11.)
- (void)webView:(WebView *)sender windowScriptObjectAvailable:(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
- Available in OS X v10.3.9 and later.
- Deprecated in OS X v10.4.11.
See Also
Declared In
WebFrameLoadDelegate.h© 2010 Apple Inc. All Rights Reserved. (Last updated: 2010-02-24)