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 *)senderwindowScriptObjectAvailable:(WebScriptObject *)windowScriptObject
The web view containing the frame.
The window object in the scripting environment.
This method is invoked before the page is actually loaded.
WebFrameLoadDelegate.h
© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-04-08)