signal callback delegate or function to connect
void callback(webkit.web_resource.WebResource resource, webkit.urirequest.URIRequest request, webkit.web_view.WebView webView)
resource a #WebKitWebResource (optional)
request a #WebKitURIRequest (optional)
webView the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ResourceLoadStarted signal.
Emitted when a new resource is going to be loaded. The request parameter contains the #WebKitURIRequest that will be sent to the server. You can monitor the load operation by connecting to the different signals of resource.