API Notes: WebKit framework
The full API is described in Appleās documentation, both the C and Objective-C APIs are available (but see the API Notes below).
These bindings are accessed through the WebKit
package (that is, import WebKit
).
API Notes
Carbon integration functions are not supported.
The relevant functions are:
HIWebViewCreate
,HIWebViewCreateWithClass
andHIWebViewGetWebView
.Java plugins (informal protocol
WebJavaPlugIn
) are not supported.The NPAPI interface of WebKit is not supported