WebKit2.WebView.prototype.load_request
function load_request(request: WebKit2.URIRequest): void {
// Gjs wrapper for webkit_web_view_load_request()
}
Requests loading of the specified WebKit2.URIRequest. You can monitor the load operation by connecting to WebKit2.WebView::load-changed signal.
- request
a WebKit2.URIRequest to load