[webkit-dev] How to map WebRersourceLoadDelegate
Mark Rowe
mrowe at apple.com
Mon Oct 15 17:04:46 PDT 2007
Sajesh,
On 16/10/2007, at 09:50, sajesh wrote:
> How WebResourceLoadDelegate can be mapped outside Webkit like
> WebKitDebugServer?
>
> In my application i want the details of the resources loaded by
> Webkit, for that i want to use WebResourceLoadDelegate or the
> WebResource classes. How can i use the callbacks in these class in
> my application?
The MiniBrowser sample code found at /Developer/Examples/WebKit/
MiniBrowser provides an example of how to implement the resource
delegate methods. Take a look at MyDocument.m under the comment "//
WebResourceLoadDelegate Methods".
Kind regards,
Mark
More information about the webkit-dev
mailing list