WebKit2.WebView.prototype.save_to_file_finish

function save_to_file_finish(result: Gio.AsyncResult): Boolean {
    // Gjs wrapper for webkit_web_view_save_to_file_finish()
}
  

Finish an asynchronous operation started with WebKit2.WebView.prototype.save_to_file.

result

a Gio.AsyncResult

Returns

true if the web page was successfully saved to a file or false otherwise.