WebKit2.WebView.prototype.stop_loading

function stop_loading(): void {
    // Gjs wrapper for webkit_web_view_stop_loading()
}
  

Stops any ongoing loading operation in web_view. This method does nothing if no content is being loaded. If there is a loading operation in progress, it will be cancelled and WebKit2.WebView::load-failed signal will be emitted with WebKit2.NetworkError.cancelled error.