WebKit2.WebView.prototype.save_finish
function save_finish(result: Gio.AsyncResult): Gio.InputStream { // Gjs wrapper for webkit_web_view_save_finish() }
Finish an asynchronous operation started with WebKit2.WebView.prototype.save.
- result
- Returns
a Gio.InputStream with the result of saving the current web page or null in case of error.