< Previous PageNext Page > Hide TOC

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.) (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

< Previous PageNext Page > Hide TOC


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


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.