A method identified as deprecated has been superseded and may become unsupported in the future.
Invoked when a frame’s scripting object for a page is available. (Use the webView:didClearWindowObject:forFrame: method instead.) (Deprecated in Mac OS X v10.4.11.)
- (void)webView:(WebView *)sender windowScriptObjectAvailable:(WebScriptObject *)windowScriptObject
The windowScriptObject argument is the window object in the scripting environment. This method is invoked before the page is actually loaded.
WebFrameLoadDelegate.h
Last updated: 2008-06-19